|
|
@@ -29,8 +29,8 @@ source_conf "$HESTIA/conf/hestia.conf"
|
|
|
check_args '2' "$#" 'TYPE HOST'
|
|
|
is_format_valid 'type' 'host'
|
|
|
is_system_enabled "$DB_SYSTEM" 'DB_SYSTEM'
|
|
|
-is_object_valid "../../conf/$type" 'HOST' "$host"
|
|
|
-is_object_unsuspended "../../conf/$type" 'HOST' "$host"
|
|
|
+is_object_valid "../../../conf/$type" 'HOST' "$host"
|
|
|
+is_object_unsuspended "../../../conf/$type" 'HOST' "$host"
|
|
|
|
|
|
# Perform verification if read-only mode is enabled
|
|
|
check_hestia_demo_mode
|
|
|
@@ -40,7 +40,7 @@ check_hestia_demo_mode
|
|
|
#----------------------------------------------------------#
|
|
|
|
|
|
# Suspend database creation on a server
|
|
|
-update_object_value "../../conf/$type" 'HOST' "$host" '$SUSPENDED' 'yes'
|
|
|
+update_object_value "../../../conf/$type" 'HOST' "$host" '$SUSPENDED' 'yes'
|
|
|
|
|
|
#----------------------------------------------------------#
|
|
|
# Hestia #
|