Update and rename 02-script-setup.bash to 84-script-setup.bash

pull/1/head
RandomNinjaAtk 5 years ago committed by GitHub
parent 41b3c98442
commit 26e0dbf3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,15 +19,15 @@ if [ ! -f "/config/scripts/video-pp.bash" ]; then
fi fi
# Create downloads incomplete directory # Create downloads incomplete directory
if [ ! -d "/downloads/sabnzbd/incomplete" ]; then if [ ! -d "/stroage/downloads/sabnzbd/incomplete" ]; then
mkdir -p "/downloads/sabnzbd/incomplete" mkdir -p "/stroage/downloads/sabnzbd/incomplete"
chmod 0777 "/downloads/sabnzbd/incomplete" chmod 0777 "/stroage/downloads/sabnzbd/incomplete"
fi fi
# Create downloads complete directory # Create downloads complete directory
if [ ! -d "/downloads/sabnzbd/complete" ]; then if [ ! -d "/stroage//downloads/sabnzbd/complete" ]; then
mkdir -p "/downloads/sabnzbd/complete" mkdir -p "/stroage//downloads/sabnzbd/complete"
chmod 0777 "/downloads/sabnzbd/complete" chmod 0777 "/stroage//downloads/sabnzbd/complete"
fi fi
if [ ! -f "/config/scripts/sab-config-updated" ]; then if [ ! -f "/config/scripts/sab-config-updated" ]; then
Loading…
Cancel
Save