Files
InstallerRobot/agent/packaging/DEBIAN/postrm
2026-05-22 16:47:51 +07:00

7 lines
52 B
Bash

#!/bin/bash
set -e
systemctl daemon-reload
exit 0