This commit is contained in:
fred 2022-12-27 16:46:09 +01:00
parent 948bc1c79f
commit b64c8eff47
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ PLAYERONE="$1"
for PLAYER in ${PLAYERONE[@]}; do
[[ ! -d ~/.zen/game/players/$PLAYER ]] && echo "BAD $PLAYERONE" && continue
MOATS=$(date -u +"%Y%m%d%H%M%S%4N")
[[ !$(echo "$PLAYER" | grep '@') ]] && continue
[[ ! $(echo "$PLAYER" | grep '@') ]] && continue
mkdir -p ~/.zen/tmp/${MOATS}
echo "##################################################################"
echo ">>>>> PLAYER : $PLAYER >>>>>>>>>>>>> REFRESHING TW STATION"