From ba8bbbde5793b47e99f4a42a3f51b4ad2e86ae69 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 13 Dec 2022 16:55:44 +0100 Subject: [PATCH] linking --- tools/VISA.new.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/VISA.new.sh b/tools/VISA.new.sh index ae0fe4a1..987d7df4 100755 --- a/tools/VISA.new.sh +++ b/tools/VISA.new.sh @@ -335,6 +335,8 @@ echo; echo "+ RSS : ${myIPFSGW}/ipns/${FEEDNS}"; sleep 1 [[ $XDG_SESSION_TYPE == 'x11' ]] && xdg-open "${myIPFSGW}/ipns/${ASTRONAUTENS}" +[[ ! -L ~/.zen/game/players/.current ]] && ln -s ~/.zen/game/players/$PLAYER ~/.zen/game/players/.current + # PASS CRYPTING KEY #~ echo; echo "Sécurisation de vos clefs... "; sleep 1 #~ openssl enc -aes-256-cbc -salt -in "$HOME/.zen/game/players/$PLAYER/secret.june" -out "$HOME/.zen/game/players/$PLAYER/enc.secret.june" -k $PASS 2>/dev/null