Skip to content

Commit

Permalink
Fix: remove systemctl disable raspapd.service
Browse files Browse the repository at this point in the history
  • Loading branch information
billz committed Nov 7, 2023
1 parent 6f45429 commit f6113c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion installers/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

Expand Down

0 comments on commit f6113c4

Please sign in to comment.