We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a99b0 commit 08c44beCopy full SHA for 08c44be
bin/v-add-web-domain-ssl-force
@@ -38,7 +38,7 @@ eval $(grep "DOMAIN='$domain'" $USER_DATA/web.conf)
38
39
# Check if SSL is enabled
40
if [ "$SSL" != 'yes' ]; then
41
- echo "Error: ssl is not enabled"
+ echo "Error: SSL is not enabled"
42
exit $E_NOTEXIST
43
fi
44
@@ -76,10 +76,10 @@ fi
76
77
# Restart web server
78
$BIN/v-restart-web
79
-check_result $? "Web restart failed" >/dev/null
+check_result $? "Web restart failed" > /dev/null
80
81
# Restart proxy
82
$BIN/v-restart-proxy
83
-check_result $? "Proxy restart failed" >/dev/null
+check_result $? "Proxy restart failed" > /dev/null
84
85
exit
0 commit comments