diff --git a/ajouter_video.sh b/ajouter_video.sh index dd8b5fa..1f28cb3 100755 --- a/ajouter_video.sh +++ b/ajouter_video.sh @@ -59,7 +59,7 @@ IPFSNODEID=$(cat ~/.ipfs/config | jq -r .Identity.PeerID) ######################################################################## ## CADRE EXCEPTION COPIE PRIVE # https://www.legifrance.gouv.fr/codes/article_lc/LEGIARTI000006278917/2008-12-11/ -if [[ ! -f ~/.zen/legal ]]; then +if [[ ! -f ~/.zen/game/players/.current/legal ]]; then zenity --width ${large} --height=${haut} --text-info \ --title="Action conforme avec le Code de la propriété intellectuelle" \ --html \ @@ -69,12 +69,12 @@ zenity --width ${large} --height=${haut} --text-info \ case $? in 0) echo "AUTORISATION COPIE PRIVE ASTROPORT OK !" - echo "$G1PUB" > ~/.zen/legal + echo "$G1PUB" > ~/.zen/game/players/.current/legal # next step ;; 1) echo "Refus conditions" - rm -f ~/.zen/legal + rm -f ~/.zen/game/players/.current/legal exit 1 ;; -1)