send zine2

This commit is contained in:
fred 2024-03-31 14:45:27 +02:00
parent a443f0ff5b
commit eb8aa0a940
1 changed files with 8 additions and 7 deletions

View File

@ -227,13 +227,6 @@ for PLAYER in ${PLAYERONE[@]}; do
&& ${MY_PATH}/PLAYER.unplug.sh "${HOME}/.zen/game/players/${PLAYER}/ipfs/moa/index.html" "${PLAYER}" "ALL" \
&& echo "(#__#) AstroID +2 DAYS = SECURITY ERROR (#__#)" && continue
#### SEND DAY2 ZINE
ZINE2="${MY_PATH}/../templates/UPlanetDAY2/index.${lang}.html"
[[ ! -s ${ZINE2} ]] && ZINE2="${MY_PATH}/../templates/UPlanetDAY2/index.html"
[[ $days -eq 2 ]] \
&& echo "ZINE2 DAY 2" \
&& ${MY_PATH}/../tools/mailjet.sh "${PLAYER}" ${ZINE2} "ZINE #2"
######################################
#### UPLANET GEO COORD EXTRACTION
## GET "GPS" TIDDLER - 0.00 0.00 (if empty: null)
@ -491,6 +484,14 @@ for PLAYER in ${PLAYERONE[@]}; do
echo "================================================"
ipfs pin rm ${CURCHAIN}
#### SEND DAY2 ZINE
ZINE2="${MY_PATH}/../templates/UPlanetDAY2/index.${lang}.html"
[[ ! -s ${ZINE2} ]] && ZINE2="${MY_PATH}/../templates/UPlanetDAY2/index.html"
[[ $days -eq 2 ]] \
&& echo "ZINE2 DAY 2" \
&& ${MY_PATH}/../tools/mailjet.sh "${PLAYER}" ${ZINE2} "ZINE #2"
###################
# REFRESH PLAYER_feed KEY
echo "(☉_☉ ) (☉_☉ ) (☉_☉ ) RSS"