This commit is contained in:
fred 2023-09-28 14:39:54 +02:00
parent f6daf7f322
commit 1afc0e9a2b
1 changed files with 2 additions and 3 deletions

View File

@ -30,8 +30,7 @@ for PLAYER in ${PLAYERONE[@]}; do
# CLEAN LOST ACCOUNT
[[ ! -s ~/.zen/game/players/${PLAYER}/secret.dunikey ]] \
&& rm -Rf ~/.zen/game/players/${PLAYER} \
&& mv ~/.zen/game/players/${PLAYER} ~/.zen/game/players/.${PLAYER} 2>/dev/null \
&& echo "LOST ${PLAYER} IS OUT" \
&& echo "${PLAYER} WAS BADLY PLUGGED" \
&& continue
MOATS=$(date -u +"%Y%m%d%H%M%S%4N")