@ -99,10 +99,7 @@ RUN \
RUN \
# setup cron
service cron start && \
echo "* * * * * root bash /etc/cont-init.d/02-script-setup.bash" >> "/etc/crontab" && \
# Download Scripts
mkdir -p "/root/scripts" && \
curl -o "/root/scripts/AudioPostProcessing.bash" "https://raw.githubusercontent.com/RandomNinjaAtk/Scripts/master/sabnzbd/AudioPostProcessing.bash"
echo "* * * * * root bash /etc/cont-init.d/02-script-setup.bash" >> "/etc/crontab"
WORKDIR /