1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-05-18 01:16:31 +02:00

Fix: remove systemctl disable raspapd.service

This commit is contained in:
billz 2023-11-07 14:38:32 +00:00
parent 6f454294df
commit f6113c47ce

View File

@ -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."
}