diff --git a/RUNTIME/PLAYER.refresh.sh b/RUNTIME/PLAYER.refresh.sh index 5afbd630c..0da1cd421 100755 --- a/RUNTIME/PLAYER.refresh.sh +++ b/RUNTIME/PLAYER.refresh.sh @@ -48,7 +48,7 @@ for PLAYER in ${PLAYERONE[@]}; do echo "############################################ ~/.zen/tmp/${MOATS}" echo "##################################################################" echo ">>>>> PLAYER : ${PLAYER} >>>>>>>>>>>>> REFRESHING TW " - echo "##################################################################" + echo "################################################ $(date)" PSEUDO=$(cat ~/.zen/game/players/${PLAYER}/.pseudo 2>/dev/null) G1PUB=$(cat ~/.zen/game/players/${PLAYER}/.g1pub 2>/dev/null) ASTRONS=$(cat ~/.zen/game/players/${PLAYER}/.playerns 2>/dev/null) diff --git a/RUNTIME/REGION.refresh.sh b/RUNTIME/REGION.refresh.sh index c954999df..53d2b68bb 100755 --- a/RUNTIME/REGION.refresh.sh +++ b/RUNTIME/REGION.refresh.sh @@ -64,7 +64,7 @@ echo "ACTIVATED REGIONS : ${REGIONS[@]}" for REGION in ${REGIONS[@]}; do - echo "_____REGION ${REGION}" + echo "_____REGION ${REGION} $(date)" mkdir -p ~/.zen/tmp/${MOATS}/${REGION} REGLAT=$(echo ${REGION} | cut -d '_' -f 2) REGLON=$(echo ${REGION} | cut -d '_' -f 3) diff --git a/RUNTIME/SECTOR.refresh.sh b/RUNTIME/SECTOR.refresh.sh index 39025ad7d..a0d94584a 100755 --- a/RUNTIME/SECTOR.refresh.sh +++ b/RUNTIME/SECTOR.refresh.sh @@ -62,7 +62,7 @@ echo "ACTIVATED SECTORS : ${SECTORS[@]}" for SECTOR in ${SECTORS[@]}; do echo "############################################" echo "_____SECTOR ${SECTOR}" - echo "############################################" + echo "################################ $(date)" mkdir -p ~/.zen/tmp/${MOATS}/${SECTOR}/CHAIN/ SLAT=$(echo ${SECTOR} | cut -d '_' -f 2) SLON=$(echo ${SECTOR} | cut -d '_' -f 3) diff --git a/RUNTIME/UPLANET.refresh.sh b/RUNTIME/UPLANET.refresh.sh index 48209797a..35f652280 100755 --- a/RUNTIME/UPLANET.refresh.sh +++ b/RUNTIME/UPLANET.refresh.sh @@ -49,7 +49,7 @@ for UMAP in ${unique_combined[@]}; do start=`date +%s` echo - echo "____________REFRESHING ${UMAP}__________" + echo "____________REFRESHING ${UMAP}__________ $(date)" LAT=$(echo ${UMAP} | cut -d '_' -f 2) LON=$(echo ${UMAP} | cut -d '_' -f 3)