diff --git a/includes.container/usr/bin/host-shell b/includes.container/usr/bin/host-shell index 132b3c8..ab86396 100644 --- a/includes.container/usr/bin/host-shell +++ b/includes.container/usr/bin/host-shell @@ -12,7 +12,8 @@ fi if [ "$(basename "${0}")" != "host-shell" ]; then host_command="$(basename "${0}")" else - host_command="${1:-${SHELL:-/bin/sh}}" + host_shell=$(grep "^$USER" /run/host/etc/passwd | awk -F: '{print $NF}') + host_command="${1:-${$host_shell:-/bin/bash}}" shift fi