From 84169208abdd9a05ff453e1ed9b4d01203ae1efd Mon Sep 17 00:00:00 2001 From: Alexey Barabanov Date: Fri, 24 Oct 2025 09:18:16 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BE=D0=B2=D1=8B=D1=87=D0=B5=D0=BA?= =?UTF-8?q?=20=D0=BF=D1=80=D0=B8=20=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B8=20=D1=81=D0=B5=D1=80=D0=B2=D0=B8=D1=81=D0=B0=20?= =?UTF-8?q?=D0=B4=D0=B0=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 9d29964..bafdf7d 100755 --- a/deploy.sh +++ b/deploy.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