mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-03-13 19:50:08 +01:00
Remove test container name
This commit is contained in:
parent
ca85d49187
commit
16f2df4934
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
PLAYERS=$(docker exec xenodochial_spence rcon /players)
|
||||
PLAYERS=$(rcon /players)
|
||||
ONLINE_COUNT=$(echo "$PLAYERS" | grep -c " (online)$")
|
||||
|
||||
if [[ "$ONLINE_COUNT" -gt "0" ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user