mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Spelling
Spelling Correction to comments
This commit is contained in:
parent
f1062c3448
commit
76a56e3324
1 changed files with 2 additions and 2 deletions
|
@ -48,14 +48,14 @@ if [ -z "$ip" ]; then
|
|||
fi
|
||||
|
||||
# Web domain
|
||||
# Do Not restart at this point will loose conecction from API calls
|
||||
# Do Not restart at this point, will loose connection from API calls
|
||||
if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB_SYSTEM" != 'no' ]; then
|
||||
$BIN/v-add-web-domain $user $domain $ip no
|
||||
return_code=$?
|
||||
fi
|
||||
|
||||
# Proxy support
|
||||
# Do Not restart at this point will loose conecction from API calls
|
||||
# Do Not restart at this point, will loose connection from API calls
|
||||
if [ ! -z "$PROXY_SYSTEM" ] && [ "$return_code" -eq 0 ]; then
|
||||
$BIN/v-add-web-domain-proxy $user $domain '' '' no
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue