mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-22 12:36:29 +01:00
Correct ssl
This commit is contained in:
@@ -33,7 +33,7 @@ fi
|
||||
|
||||
LINE=$(sed -n '/ssl_certificate /=' $NGINXFILE)
|
||||
[ ! -z $LINE ] && \
|
||||
sed -i "$LINE a ssl_certificate_key /ssl/$CERTFILE;" $NGINXFILE && \
|
||||
sed -i "$LINE a ssl_certificate /ssl/$CERTFILE;" $NGINXFILE && \
|
||||
sed -i "$LINE d" $NGINXFILE
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user