From a1b1466f4b917aeb22268eba507e3bf11a06d6b9 Mon Sep 17 00:00:00 2001 From: Alexey Barabanov Date: Wed, 22 Oct 2025 11:06:24 +0000 Subject: [PATCH] add "$tem" to ExecStart --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 9d29964..bafdf7d 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