Skip to content

Commit 3b9e110

Browse files
committed
Update ssl-proxyconf.sh
1 parent 5f108b1 commit 3b9e110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssl-proxyconf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ reload_nginx() {
2323
}
2424

2525
wait_for_lets_encrypt() {
26-
if [ -d "$2/live/$1" ]; then
26+
if [ -d "$2/live/$1" ]; then
2727
break
2828
else
2929
until [ -d "$2/live/$1" ]; do

0 commit comments

Comments
 (0)