This commit is contained in:
Kovid Goyal 2022-03-04 10:01:33 +05:30
parent e0c984046c
commit c3ce0c26e7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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