Update 31-path-setup.bash

pull/11/head
RandomNinjaAtk 4 years ago committed by GitHub
parent 6283d82a07
commit a2ef2a54be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,16 +18,4 @@ if [ ! -d "/config/scripts/logs" ]; then
chmod 0777 "/config/scripts/logs"
fi
# Create downloads incomplete directory
if [ ! -d "/storage/downloads/sabnzbd/incomplete" ]; then
mkdir -p "/storage/downloads/sabnzbd/incomplete"
chmod 0777 "/storage/downloads/sabnzbd/incomplete"
fi
# Create downloads complete directory
if [ ! -d "/storage/downloads/sabnzbd/complete" ]; then
mkdir -p "/storage/downloads/sabnzbd/complete"
chmod 0777 "/storage/downloads/sabnzbd/complete"
fi
exit 0
exit $?

Loading…
Cancel
Save