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 f1062c3 commit 76a56e3Copy full SHA for 76a56e3
bin/v-add-domain
@@ -48,14 +48,14 @@ if [ -z "$ip" ]; then
48
fi
49
50
# Web domain
51
-# Do Not restart at this point will loose conecction from API calls
+# Do Not restart at this point, will loose connection from API calls
52
if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB_SYSTEM" != 'no' ]; then
53
$BIN/v-add-web-domain $user $domain $ip no
54
return_code=$?
55
56
57
# Proxy support
58
59
if [ ! -z "$PROXY_SYSTEM" ] && [ "$return_code" -eq 0 ]; then
60
$BIN/v-add-web-domain-proxy $user $domain '' '' no
61
0 commit comments