mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-29 01:12:22 +00:00
* fixed some SonarCloud complaints * added more systemd CI tests * fixed debian package scripts to obey remove/purge * changed `chmod_chown()` error handling Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
6 lines
97 B
Bash
Executable File
6 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ "$1" = "remove" -o "$1" = "purge" ]; then
|
|
systemctl stop ndpisrvd.service
|
|
fi
|