diff --git a/ct/homarr.sh b/ct/homarr.sh index 845db5b44..5d495bd7a 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -148,9 +148,12 @@ EOF msg_info "Starting Services" systemctl start homarr - systemctl restart homarr msg_ok "Started Services" msg_ok "Updated Successfully" + read -p "It's recommended to reboot the LXC after an update, would you like to reboot the LXC now ? (y/n): " choice + if [[ "$choice" =~ ^[Yy]$ ]]; then + reboot + fi else msg_ok "No update required. ${APP} is already at v${RELEASE}" fi