Skip to content

Commit b6de675

Browse files
committed
Add validation if let's encrypt returned a error message.
1 parent 4681c52 commit b6de675

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/v-add-letsencrypt-host

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ fi
6868
if [ "$add_ssl" = "yes" ]; then
6969
# Add let's encrypt ssl
7070
$BIN/v-add-letsencrypt-domain $user $domain
71+
check_result $? "Let's Encrypt SSL creation failed" $E_UPDATE
7172
fi
7273

7374
# Add certificate to backend

0 commit comments

Comments
 (0)