Skip to content

Commit 49230d6

Browse files
Update v-add-letsencrypt-domain
1 parent 9ae31aa commit 49230d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-letsencrypt-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ if [ "$?" -ne 0 ]; then
8080
touch $HESTIA/data/queue/letsencrypt.pipe
8181
sed -i "/ $domain /d" $HESTIA/data/queue/letsencrypt.pipe
8282
send_notice "LETSENCRYPT" "Account registration failed"
83-
check_result $E_CONNECT "LE account registration" >/dev/null
83+
check_result $E_CONNECT "LE account registration" > /dev/null
8484
fi
8585

8686
# Parsing LetsEncrypt account data

0 commit comments

Comments
 (0)