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"