From a189833eb69b0ab53000f52da4965403b7e1341f Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 11 Mar 2023 14:36:41 +0100 Subject: [PATCH] PLAYERONE --- tools/make_image_ipfs_index_carousel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make_image_ipfs_index_carousel.sh b/tools/make_image_ipfs_index_carousel.sh index db087282..be4758a3 100755 --- a/tools/make_image_ipfs_index_carousel.sh +++ b/tools/make_image_ipfs_index_carousel.sh @@ -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"