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 84f9d01 commit 28b1aedCopy full SHA for 28b1aed
bin/v-add-dns-on-web-alias
@@ -26,7 +26,7 @@ source $HESTIA/conf/hestia.conf
26
#----------------------------------------------------------#
27
28
check_args '3' "$#" 'USER ALIAS IP [RESTART]'
29
-is_format_valid 'user' 'alias' 'ip'
+is_format_valid 'user' 'alias' 'ip' 'restart'
30
is_system_enabled "$DNS_SYSTEM" 'DNS_SYSTEM'
31
is_object_valid 'user' 'USER' "$user"
32
is_object_unsuspended 'user' 'USER' "$user"
0 commit comments