Update setup_harden_debian_ubuntu.sh

This commit is contained in:
buildplan
2025-06-28 20:16:54 +01:00
committed by GitHub
parent 87e9ca792a
commit 1118d4d3dd

View File

@@ -1471,7 +1471,7 @@ generate_summary() {
print_warning "A reboot is required to apply all changes cleanly."
if [[ $VERBOSE == true ]]; then
if confirm "Reboot now?" "y"; then
print_info "Rebooting now..."
print_info "Rebooting ..."
sleep 3
reboot
else