Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
πŸš‘ Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Mar 24, 2019
1 parent f72ef8b commit 7741005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phlex/rootfs/etc/cont-init.d/30-nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ if bashio::config.true 'ssl'; then
rm /etc/nginx/nginx.conf
mv /etc/nginx/nginx-ssl.conf /etc/nginx/nginx.conf

certfile=$(bashio::.config 'certfile')
keyfile=$(bashio::.config 'keyfile')
certfile=$(bashio::config 'certfile')
keyfile=$(bashio::config 'keyfile')

sed -i "s/%%certfile%%/${certfile}/g" /etc/nginx/nginx.conf
sed -i "s/%%keyfile%%/${keyfile}/g" /etc/nginx/nginx.conf
Expand Down

0 comments on commit 7741005

Please sign in to comment.