Skip to content

Commit bbbaa79

Browse files
author
Kristan Kenney
committed
Fix syntax error in v-delete-letsencrypt-domain
1 parent 4c3b6c9 commit bbbaa79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-delete-letsencrypt-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ fi
8282
$BIN/v-restart-web $restart
8383
check_result $? "Web restart failed" >/dev/null
8484

85-
if [ -z "$mail"]; then
85+
if [ -z "$mail" ]; then
8686
# Restarting proxy
8787
if [ ! -z "$PROXY_SYSTEM" ]; then
8888
$BIN/v-restart-web $restart >/dev/null

0 commit comments

Comments
 (0)