From 963c7a503b8d027429c87192d3c871eafa5e1fb5 Mon Sep 17 00:00:00 2001 From: Alexey Barabanov Date: Wed, 22 Oct 2025 14:31:10 +0000 Subject: [PATCH] no "$team" --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index bafdf7d..9d29964 100755 --- a/setup.sh +++ b/setup.sh @@ -205,7 +205,7 @@ Type=simple User=root WorkingDirectory=/root/RFB Environment=PATH=/root/RFB/.venv/bin -ExecStart=/root/RFB/.venv/bin/python3 /root/RFB/get_data.py --team \"$team\" +ExecStart=/root/RFB/.venv/bin/python3 /root/RFB/get_data.py --team $team Restart=always RestartSec=10 StandardOutput=journal