Remove test container name

This commit is contained in:
Tobias Tangemann 2024-11-10 19:00:31 +01:00
parent ca85d49187
commit 16f2df4934

View File

@ -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