invalidsession/kick.sh

5 lines
101 B
Bash

while :
do
echo "kickall Invalid session (Try restarting your game)" | pm2 attach 11
sleep 10s
done