Explorar o código

Fix syntax error in v-delete-letsencrypt-domain

Kristan Kenney %!s(int64=6) %!d(string=hai) anos
pai
achega
bbbaa7982a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/v-delete-letsencrypt-domain

+ 1 - 1
bin/v-delete-letsencrypt-domain

@@ -82,7 +82,7 @@ fi
 $BIN/v-restart-web $restart
 check_result $? "Web restart failed" >/dev/null
 
-if [ -z "$mail"]; then
+if [ -z "$mail" ]; then
     # Restarting proxy
     if [ ! -z "$PROXY_SYSTEM" ]; then
         $BIN/v-restart-web $restart >/dev/null