Skip to content

Commit de5778a

Browse files
LucianDaviesJonasAlfredsson
authored andcommitted
fix unary operator expected
1 parent c53b99e commit de5778a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/start_nginx_certbot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ while [ true ]; do
5959
# Check that all dhparam files exists.
6060
"$(cd "$(dirname "$0")"; pwd)/create_dhparams.sh"
6161

62-
if [ 1 = ${USE_LOCAL_CA} ]; then
62+
if [ 1 = "${USE_LOCAL_CA}" ]; then
6363
# Renew all certificates with the help of the local CA.
6464
"$(cd "$(dirname "$0")"; pwd)/run_local_ca.sh"
6565
else

0 commit comments

Comments
 (0)