From 5a6d76defd9bcbf739370d0f7ce10c4d04170045 Mon Sep 17 00:00:00 2001 From: billz Date: Mon, 6 Nov 2023 12:38:06 +0000 Subject: [PATCH] Replace reboot prompt in uninstall_complete --- installers/uninstall.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/installers/uninstall.sh b/installers/uninstall.sh index 60558ec0..0e3f95c1 100755 --- a/installers/uninstall.sh +++ b/installers/uninstall.sh @@ -250,13 +250,7 @@ function _remove_lighttpd_config() { function _uninstall_complete() { _install_log "Uninstall completed" - echo "The system needs to be rebooted as a final step. Reboot now? [Y/n]: " - read answer < /dev/tty - if [ "$answer" != "${answer#[Nn]}" ]; then - echo "Uninstall reboot aborted." - exit 0 - fi - sudo shutdown -r now || _install_status 1 "Unable to execute reboot" + echo "Check your network configuration before rebooting to ensure access." } function _remove_raspap() {