Skip to content

Commit 59a28b0

Browse files
authored
v1.2.1 (#8)
Bugfixes * Fixing test in ssl-init
1 parent 2af810d commit 59a28b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlay/usr/local/bin/ssl-init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ nginx-reload
1515
# Request certificates
1616
#======================================================================================================================
1717

18-
[[ "${SSL_REQUEST_ON_STARTUP}" == "1" ]] && ssl-request
18+
[[ "${SSL_REQUEST_ON_STARTUP}" = "1" ]] && ssl-request

0 commit comments

Comments
 (0)