This commit is contained in:
2026-05-22 16:47:51 +07:00
parent 190d2418da
commit 582960cc32
39 changed files with 2307 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -e
if systemctl is-active --quiet local-installer-agent; then
systemctl stop local-installer-agent
fi
exit 0