Skip to content

Commit

Permalink
Added native KRL verification
Browse files Browse the repository at this point in the history
  • Loading branch information
mlgupta committed Nov 6, 2020
1 parent f12753a commit a9e977c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/service/nginx/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sed -i "s/{{HOSTNAME}}/${HOSTNAME}/g" auth.sh.txt
sed -i "s/{{HOSTNAME}}/${HOSTNAME}/g" authprinc.sh.txt

cd /container/service/nginx/assets/etc/conf.d
mv default.conf /etc/nginx/conf.d
[ -f default.conf ] && mv default.conf /etc/nginx/conf.d

[ -d /etc/nginx/certs ] || mkdir /etc/nginx/certs
cp /container/service/nginx/assets/certs/* /etc/nginx/certs
Expand Down

0 comments on commit a9e977c

Please sign in to comment.