agent
This commit is contained in:
8
agent/packaging/DEBIAN/prerm
Normal file
8
agent/packaging/DEBIAN/prerm
Normal 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
|
||||
Reference in New Issue
Block a user