diff --git a/.forgejo/workflows/node.yaml b/.forgejo/workflows/node.yaml index 8af55443..cc735528 100644 --- a/.forgejo/workflows/node.yaml +++ b/.forgejo/workflows/node.yaml @@ -46,8 +46,8 @@ jobs: run: | echo "[General Bots Deployer] Restarting..." - sudo systemctl daemon-reload - sudo systemctl restart botserver + + sudo systemctl restart botserver --no-block sudo systemctl status botserver echo "[General Bots Deployer] Started."