From f6113c47ceae0913a11c90429adabb61a8cff7a1 Mon Sep 17 00:00:00 2001 From: billz Date: Tue, 7 Nov 2023 14:38:32 +0000 Subject: [PATCH] Fix: remove systemctl disable raspapd.service --- installers/uninstall.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/installers/uninstall.sh b/installers/uninstall.sh index 0e3f95c18..993eb255a 100755 --- a/installers/uninstall.sh +++ b/installers/uninstall.sh @@ -158,7 +158,6 @@ function _remove_raspap_service() { sudo rm /lib/systemd/system/raspapd.service || _install_error "Unable to remove raspap.service file" fi sudo systemctl daemon-reload - sudo systemctl disable raspapd.service || _install_error "Failed to disable raspap.service" echo "Done." }