Skip to content

Commit 5bfe46b

Browse files
committed
Run formatter
1 parent 8dc9c7c commit 5bfe46b

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
@@ -32,7 +32,7 @@ is_format_valid 'user' 'shell shell_jail_enabled'
3232
is_object_valid 'user' 'USER' "$user"
3333
is_object_unsuspended 'user' 'USER' "$user"
3434

35-
if [[ "$shell" =~ nologin ]] || [[ "$shell" =~ rssh ]] && [[ "$shell_jail_enabled" =~ yes ]]; then
35+
if [[ "$shell" =~ nologin ]] || [[ "$shell" =~ rssh ]] && [[ "$shell_jail_enabled" =~ yes ]]; then
3636
check_result "$E_INVALID" "nologin and rssh can't be jailed"
3737
fi
3838

0 commit comments

Comments
 (0)