PSEUDO="qo-op"

This commit is contained in:
fred 2023-09-08 01:13:50 +02:00
parent 8f8166d9d5
commit 508022fe8f
1 changed files with 1 additions and 2 deletions

View File

@ -129,8 +129,7 @@ echo "-> PASS : $PEPPER"
PSEUDO=${PLAYER%%[0-9]*}
[[ ! $PSEUDO ]] && echo "Choisissez un pseudo : " && read PSEUDO
PSEUDO=${PSEUDO,,}
[[ ! $PSEUDO ]] && PSEUDO="qo-op"
# PSEUDO=${PSEUDO%%[0-9]*}
[[ $(ls ~/.zen/game/players/$PSEUDO 2>/dev/null) ]] && echo "$PSEUDO EST DEJA UN PLAYER. EXIT" && exit 1