From 4f27d4f70a465f13fb963c484b54aa03a0dbe0e3 Mon Sep 17 00:00:00 2001 From: binlab Date: Sat, 25 Oct 2025 02:05:35 +0200 Subject: [PATCH] =?UTF-8?q?tengo=20sue=C3=B1o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-new.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-new.yml b/.gitea/workflows/deploy-new.yml index 4b59fe1..a8a1cc5 100644 --- a/.gitea/workflows/deploy-new.yml +++ b/.gitea/workflows/deploy-new.yml @@ -80,7 +80,7 @@ jobs: WorkingDirectory=/home/binlab/${{ env.REPO_NAME }}/ [Install] WantedBy=multi-user.target" >> /etc/systemd/system/${{ env.REPO_NAME }}.service - chmod +x /root/${{ env.REPO_NAME }}/main.py + chmod +x /home/binlab/${{ env.REPO_NAME }}/main.py sudo systemctl enable ${{ env.REPO_NAME }}.service sudo systemctl daemon-reload sudo systemctl start ${{ env.REPO_NAME }}.service