fix uninstal

This commit is contained in:
CrazyWolf13 2025-12-08 15:31:52 +01:00
parent 2489b7efb6
commit 44fff35a6a

View File

@ -45,7 +45,7 @@ if [[ -d "$INSTALL_PATH" ]]; then
rc-update del pihole-exporter &>/dev/null
rm -f "$SERVICE_PATH"
fi
rm -f "$INSTALL_PATH" "$CONFIG_PATH" ~/.pihole-exporter
rm -rf "$INSTALL_PATH" "$CONFIG_PATH" ~/.pihole-exporter
msg_ok "${APP} has been uninstalled."
exit 0
fi