mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
updated syntax for is_system_enabled()
This commit is contained in:
parent
bab24899ea
commit
7ebd96d92d
125 changed files with 127 additions and 127 deletions
|
@ -26,7 +26,7 @@ source $VESTA/func/remote.sh
|
|||
|
||||
check_args '3' "$#" 'USER DOMAIN ID'
|
||||
validate_format 'user' 'domain' 'id'
|
||||
is_system_enabled "$DNS_CLUSTER"
|
||||
is_system_enabled "$DNS_CLUSTER" 'DNS_CLUSTER'
|
||||
|
||||
if [ ! -e "$VESTA/conf/dns-cluster.conf" ]; then
|
||||
echo "Error: dns-cluster.conf doesn't exist"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue