We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349308e commit 8dffef1Copy full SHA for 8dffef1
1 file changed
bin/v-add-domain
@@ -47,7 +47,7 @@ if [ -z "$ip" ]; then
47
fi
48
49
50
-# Web dmain
+# Web domain
51
if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB_SYSTEM" != 'no' ]; then
52
$BIN/v-add-web-domain $user $domain $ip
53
retun_code=$?
0 commit comments