Use correct pm2 process

Signed-off-by: aboutdavid <aboutdavid@tilde.club>
This commit is contained in:
aboutdavid 2021-11-23 22:06:27 +00:00
parent b09f9f7acc
commit 037941df89
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
while :
do
echo "kickall Invalid session (Try restarting your game)" | pm2 attach 13
echo "kickall Invalid session (Try restarting your game)" | pm2 attach 11
sleep 10s
done