Skip to content

Commit 056a167

Browse files
committed
Make SHELL_JAIL_ENABLED optional
By Default shell_jail_enabled was set to no anyway
1 parent 84f3eb6 commit 056a167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-change-user-shell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ source $HESTIA/conf/hestia.conf
2727
# Verifications #
2828
#----------------------------------------------------------#
2929

30-
check_args '3' "$#" 'USER SHELL SHELL_JAIL_ENABLED'
30+
check_args '2' "$#" 'USER SHELL SHELL_JAIL_ENABLED'
3131
is_format_valid 'user' 'shell shell_jail_enabled'
3232
is_object_valid 'user' 'USER' "$user"
3333
is_object_unsuspended 'user' 'USER' "$user"

0 commit comments

Comments
 (0)