...
This commit is contained in:
parent
e0c984046c
commit
c3ce0c26e7
@ -219,7 +219,7 @@ if [ -n "$LOGIN_SHELL" ]; then
|
|||||||
else
|
else
|
||||||
using_getent || using_id || using_python || using_passwd || die "Could not detect login shell";
|
using_getent || using_id || using_python || using_passwd || die "Could not detect login shell";
|
||||||
fi
|
fi
|
||||||
shell_name=$(basename $login_shell)
|
shell_name=$(command basename $login_shell)
|
||||||
|
|
||||||
# If a command was passed to SSH execute it here
|
# If a command was passed to SSH execute it here
|
||||||
EXEC_CMD
|
EXEC_CMD
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user