[[ ! $pass ]]

This commit is contained in:
fred 2022-09-15 14:56:02 +02:00
parent ea8a98b92a
commit 12b5b8b407
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ ln -s ~/.zen/game/players/$PLAYER ~/.zen/game/players/.current
pass=$(cat ~/.zen/game/players/.current/.pass 2>/dev/null)
########################################## DEVEL
[[ ! $pass ]] && echo "Saisissez votre PASS -- UPGRADE CRYPTO FREELY --" && read pass
echo "Saisissez votre PASS -- UPGRADE CRYPTO FREELY --" && read pass
## DECODE CURRENT PLAYER CRYPTO
echo "********* DECODAGE SecuredSocketLayer *********"