From 26e0dbf3e6ad4bae64e23366aa7b7f2f3987f6ac Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 16 Mar 2020 20:10:42 -0400 Subject: [PATCH] Update and rename 02-script-setup.bash to 84-script-setup.bash --- .../{02-script-setup.bash => 84-script-setup.bash} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename root/etc/cont-init.d/{02-script-setup.bash => 84-script-setup.bash} (91%) diff --git a/root/etc/cont-init.d/02-script-setup.bash b/root/etc/cont-init.d/84-script-setup.bash similarity index 91% rename from root/etc/cont-init.d/02-script-setup.bash rename to root/etc/cont-init.d/84-script-setup.bash index 919a251..0467bba 100644 --- a/root/etc/cont-init.d/02-script-setup.bash +++ b/root/etc/cont-init.d/84-script-setup.bash @@ -19,15 +19,15 @@ if [ ! -f "/config/scripts/video-pp.bash" ]; then fi # Create downloads incomplete directory -if [ ! -d "/downloads/sabnzbd/incomplete" ]; then - mkdir -p "/downloads/sabnzbd/incomplete" - chmod 0777 "/downloads/sabnzbd/incomplete" +if [ ! -d "/stroage/downloads/sabnzbd/incomplete" ]; then + mkdir -p "/stroage/downloads/sabnzbd/incomplete" + chmod 0777 "/stroage/downloads/sabnzbd/incomplete" fi # Create downloads complete directory -if [ ! -d "/downloads/sabnzbd/complete" ]; then - mkdir -p "/downloads/sabnzbd/complete" - chmod 0777 "/downloads/sabnzbd/complete" +if [ ! -d "/stroage//downloads/sabnzbd/complete" ]; then + mkdir -p "/stroage//downloads/sabnzbd/complete" + chmod 0777 "/stroage//downloads/sabnzbd/complete" fi if [ ! -f "/config/scripts/sab-config-updated" ]; then