Fix ssh missing shell

This commit is contained in:
Rodrigo Arias Mallo 2021-02-17 10:28:11 +01:00
parent 243d022620
commit d4947a40b9

View File

@ -22,6 +22,7 @@ mkShell {
alias ..="cd .."
export LANG=C
export SHELL=${bash}/bin/bash
echo Welcome to the garlic shell
'';