Update 33-script-setup.bash

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

@ -81,9 +81,7 @@ if cat "/config/sabnzbd.ini" | grep "\[categories\]" | read; then
echo "newzbin = \"\"" >> "/config/sabnzbd.ini" && \
echo "order = 3" >> "/config/sabnzbd.ini" && \
echo "dir = lidarr" >> "/config/sabnzbd.ini"
fi
if cat "/config/sabnzbd.ini" | grep "\[categories\]" | read; then
restartsab=$(pgrep s6-supervise | sort -r | head -n1) && \
kill ${restartsab} && \
echo "config updated" && \

Loading…
Cancel
Save