Skip to content

Commit

Permalink
fix: Set CertStore by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jshridha committed Dec 9, 2021
1 parent 4d019c2 commit e9369b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run/nobody/nzbget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ else
fi
sed -i '/WebDir=*/ s/=.*/=${AppDir}\/webui/' /config/nzbget.conf
sed -i '/ConfigTemplate=*/ s/=.*/=${AppDir}\/webui\/nzbget.conf.template/' /config/nzbget.conf
sed -i 's/^CertStore=$/CertStore=\/etc\/ssl\/certs\/ca-certificates.crt/g' /config/nzbget.conf


if [[ "${nzbget_running}" == "false" ]]; then
Expand Down

0 comments on commit e9369b7

Please sign in to comment.