bugfix, more typo's..

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

@ -19,15 +19,15 @@ if [ ! -d "/config/scripts/logs" ]; then
fi
# Create downloads incomplete directory
if [ ! -d "/stroage/downloads/sabnzbd/incomplete" ]; then
mkdir -p "/stroage/downloads/sabnzbd/incomplete"
chmod 0777 "/stroage/downloads/sabnzbd/incomplete"
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 "/stroage//downloads/sabnzbd/complete" ]; then
mkdir -p "/stroage//downloads/sabnzbd/complete"
chmod 0777 "/stroage//downloads/sabnzbd/complete"
if [ ! -d "/storage/downloads/sabnzbd/complete" ]; then
mkdir -p "/storage/downloads/sabnzbd/complete"
chmod 0777 "/storage/downloads/sabnzbd/complete"
fi
exit 0

Loading…
Cancel
Save