We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25771f4 commit ad3119aCopy full SHA for ad3119a
sabnzbdvpn/scripts/start.sh
@@ -13,6 +13,6 @@ fi
13
echo "STARTING SABNZBD with USER ${USER_NAME}"
14
15
# ENV Variables missing - fix needed
16
-exec sudo -u abc /usr/bin/sabnzbdplus --config-file /config --server 0.0.0.0:8080 &
+exec sudo -u abc /etc/init.d/sabnzbd start --config-file /config --server 0.0.0.0:8080 &
17
18
echo "Startup script SABnzbd completed."
0 commit comments