Browse Source

Make SHELL_JAIL_ENABLED optional

By Default shell_jail_enabled was set to no anyway
Jaap Marcus 2 years ago
parent
commit
056a167439
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/v-change-user-shell

+ 1 - 1
bin/v-change-user-shell

@@ -27,7 +27,7 @@ source $HESTIA/conf/hestia.conf
 #                    Verifications                         #
 #----------------------------------------------------------#
 
-check_args '3' "$#" 'USER SHELL SHELL_JAIL_ENABLED'
+check_args '2' "$#" 'USER SHELL SHELL_JAIL_ENABLED'
 is_format_valid 'user' 'shell shell_jail_enabled'
 is_object_valid 'user' 'USER' "$user"
 is_object_unsuspended 'user' 'USER' "$user"