PLAYERONE

This commit is contained in:
fred 2023-03-11 14:36:41 +01:00
parent 1afe72d6ba
commit a189833eb6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
img_dir="$1"
if [[ ! -d $img_dir ]]; then
PLAYERONE=($(ls -t ~/.zen/game/players/ | grep -Ev "@" 2>/dev/null))
PLAYERONE=($(ls -t ~/.zen/game/players/ | grep "@" 2>/dev/null))
[[ ! $PLAYERONE ]] && echo "NO PLAYER IN THE GAME HERE" && exit 1
echo "ASTROPORT STATION CAROUSEL MODE"