From c7e654cf397875280e1857cea6b9118c10087cd8 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 13 Feb 2023 13:30:41 +0100 Subject: [PATCH] Using PLAYER PEPPER AS WISH SALT --- ASTROBOT/G1Voeu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ASTROBOT/G1Voeu.sh b/ASTROBOT/G1Voeu.sh index a4463d7b..64df1ee9 100755 --- a/ASTROBOT/G1Voeu.sh +++ b/ASTROBOT/G1Voeu.sh @@ -40,6 +40,7 @@ echo # CREATION DU TW G1VOEU ##################################################### source ~/.zen/game/players/$PLAYER/secret.june ## CLEF DERIVEE ET MEMORISABLE + [[ $PEPPER ]] && SALT=$PEPPER ## Using PLAYER PEPPER AS WISH SALT [[ ! $SALT ]] && SALT=$(${MY_PATH}/../tools/diceware.sh 3 | xargs) echo "$SALT"