From 149e7e2c3abcecbe9e1e701f341705d53528d4e6 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 3 Jul 2024 19:06:24 +0200 Subject: [PATCH] Day 1 --- ajouter_media.sh | 14 +++++++------- templates/UPlanetZINE/{day_ => day1}/index.en.html | 0 templates/UPlanetZINE/{day_ => day1}/index.es.html | 0 templates/UPlanetZINE/{day_ => day1}/index.fr.html | 0 templates/UPlanetZINE/{day_ => day1}/index.html | 0 templates/UPlanetZINE/{day_ => day1}/script.js | 0 templates/UPlanetZINE/{day_ => day1}/style.css | 0 7 files changed, 7 insertions(+), 7 deletions(-) rename templates/UPlanetZINE/{day_ => day1}/index.en.html (100%) rename templates/UPlanetZINE/{day_ => day1}/index.es.html (100%) rename templates/UPlanetZINE/{day_ => day1}/index.fr.html (100%) rename templates/UPlanetZINE/{day_ => day1}/index.html (100%) rename templates/UPlanetZINE/{day_ => day1}/script.js (100%) rename templates/UPlanetZINE/{day_ => day1}/style.css (100%) diff --git a/ajouter_media.sh b/ajouter_media.sh index 2c1d2ef0..5679499c 100755 --- a/ajouter_media.sh +++ b/ajouter_media.sh @@ -68,7 +68,7 @@ echo ">>> RUNNING 'ajouter_media.sh' URL=$URL PLAYER=$PLAYER CHOICE=$CHOICE" # Check who is PLAYER ? if [[ ${PLAYER} == "" ]]; then - players=($(ls ~/.zen/game/players | grep "@" 2>/dev/null)) + players=($(ls ~/.zen/game/players 2>/dev/null | grep "@")) if [[ ${#players[@]} -ge 1 ]]; then espeak "SELECT YOUR PLAYER" @@ -104,19 +104,19 @@ echo "ADMIN : "$(cat ~/.zen/game/players/.current/.player) && exit 1 \ || PSEUDO=$(myPlayerUser) +$($MY_PATH/tools/search_for_this_email_in_players.sh ${PLAYER}) + espeak "Hello $PSEUDO" G1PUB=$(cat ~/.zen/game/players/${PLAYER}/.g1pub) [[ $G1PUB == "" ]] && espeak "ERROR NO G 1 PUBLIC KEY FOUND - EXIT" && exit 1 -PLAYERNS=$(myPlayerNs) || { echo "noplayerns" && exit 1; } - -ASTRONAUTENS=$(myAstroKey) +ASTRONAUTENS=${ASTROTW} [[ $ASTRONAUTENS == "" ]] && echo "ASTRONAUTE manquant" && espeak "Astronaut Key Missing" && exit 1 - BZER=$(xdg-settings get default-web-browser | cut -d '.' -f 1 | cut -d '-' -f 1) ## GET cookies-from-browser - [[ $BZER ]] && BROWSER="--cookies-from-browser $BZER " || BROWSER="" - [[ ! $isLAN ]] && BROWSER="" +BZER=$(xdg-settings get default-web-browser | cut -d '.' -f 1 | cut -d '-' -f 1) ## GET cookies-from-browser +[[ $BZER ]] && BROWSER="--cookies-from-browser $BZER " || BROWSER="" +[[ ! $isLAN ]] && BROWSER="" ### if [ $URL ]; then diff --git a/templates/UPlanetZINE/day_/index.en.html b/templates/UPlanetZINE/day1/index.en.html similarity index 100% rename from templates/UPlanetZINE/day_/index.en.html rename to templates/UPlanetZINE/day1/index.en.html diff --git a/templates/UPlanetZINE/day_/index.es.html b/templates/UPlanetZINE/day1/index.es.html similarity index 100% rename from templates/UPlanetZINE/day_/index.es.html rename to templates/UPlanetZINE/day1/index.es.html diff --git a/templates/UPlanetZINE/day_/index.fr.html b/templates/UPlanetZINE/day1/index.fr.html similarity index 100% rename from templates/UPlanetZINE/day_/index.fr.html rename to templates/UPlanetZINE/day1/index.fr.html diff --git a/templates/UPlanetZINE/day_/index.html b/templates/UPlanetZINE/day1/index.html similarity index 100% rename from templates/UPlanetZINE/day_/index.html rename to templates/UPlanetZINE/day1/index.html diff --git a/templates/UPlanetZINE/day_/script.js b/templates/UPlanetZINE/day1/script.js similarity index 100% rename from templates/UPlanetZINE/day_/script.js rename to templates/UPlanetZINE/day1/script.js diff --git a/templates/UPlanetZINE/day_/style.css b/templates/UPlanetZINE/day1/style.css similarity index 100% rename from templates/UPlanetZINE/day_/style.css rename to templates/UPlanetZINE/day1/style.css