Skip to content

Commit

Permalink
Changed sabnzbd start to support UTF-8 Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
EStork09 committed Oct 15, 2019
1 parent 25771f4 commit ad3119a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sabnzbdvpn/scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ fi
echo "STARTING SABNZBD with USER ${USER_NAME}"

# ENV Variables missing - fix needed
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 &

echo "Startup script SABnzbd completed."

0 comments on commit ad3119a

Please sign in to comment.