fix - log parser no longer spams when server is not fully started and there is no invite code

master
chytrex 11 months ago
parent 9d160e9b9d
commit 4e651539c8

@ -23,6 +23,8 @@ while true; do
if [[ ! -f "$jcfile" ]]; then
echo "$check" > "$jcfile"
elif [[ "$check" == "" ]]; then
:
elif [[ ! "$check" == $(cat $jcfile) ]]; then
echo "$check" > "$jcfile"
datum=$(date +"[%d.%m.%Y %H:%M] ")

Loading…
Cancel
Save