We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f108b1 commit 3b9e110Copy full SHA for 3b9e110
ssl-proxyconf.sh
@@ -23,7 +23,7 @@ reload_nginx() {
23
}
24
25
wait_for_lets_encrypt() {
26
- if [ -d "$2/live/$1" ]; then
+ if [ -d "$2/live/$1" ]; then
27
break
28
else
29
until [ -d "$2/live/$1" ]; do
0 commit comments