From 55fbfdf46ec975035766127069b70c3ee69f348c Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 23 Feb 2023 02:35:46 +0100 Subject: [PATCH] localhost filtering --- command.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.sh b/command.sh index 52935804..de7040b1 100755 --- a/command.sh +++ b/command.sh @@ -34,7 +34,7 @@ echo 'PRESS ENTER... '; read ## CREATE AND OR CONNECT USER PS3='Astronaute connectez votre PLAYER ___ ' - players=("NOUVEAU VISA" "IMPORT PLAYER" $(ls ~/.zen/game/players 2>/dev/null)) + players=("NOUVEAU VISA" "IMPORT PLAYER" $(ls ~/.zen/game/players | grep -Ev "localhost" 2>/dev/null)) ## MULTIPLAYER select fav in "${players[@]}"; do