From 9e155c2d25cd54aa63c4640958c475900fe2c335 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 26 Oct 2022 18:58:20 +0200 Subject: [PATCH] DISCONNECT LOCAL USER rm ~/.zen/game/players/.current --- ASTROBOT/PLAYER.refresh.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ASTROBOT/PLAYER.refresh.sh b/ASTROBOT/PLAYER.refresh.sh index 04b0f015..c9ae1ec4 100755 --- a/ASTROBOT/PLAYER.refresh.sh +++ b/ASTROBOT/PLAYER.refresh.sh @@ -13,6 +13,7 @@ ME="${0##*/}" ############################################ echo "## RUNNING PLAYER.refresh" rm ~/.zen/game/astronautes.txt +rm ~/.zen/game/players/.current ## RUNING FOR ALL LOCAL PLAYERS for PLAYER in $(ls ~/.zen/game/players/); do