Merge pull request #2793 from blightbow/patch-1

Update evennia-docker-start.sh
This commit is contained in:
Griatch 2022-07-11 08:38:50 +02:00 committed by GitHub
commit 05dbd170b1

View file

@ -9,7 +9,7 @@ PS1="evennia|docker \w $ "
cmd="$@"
output="Docker starting with argument '$cmd' ..."
if test -z $cmd; then
if test -z "$cmd"; then
cmd="bash"
output="No argument given, starting shell ..."
fi