From 2cf11eadc7db05151c264fef1c6e01b6d00fa082 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 May 2026 00:47:59 -0600 Subject: [PATCH] 1779518879 --- customscripts/debian-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customscripts/debian-setup.sh b/customscripts/debian-setup.sh index 8eb933e..428d521 100644 --- a/customscripts/debian-setup.sh +++ b/customscripts/debian-setup.sh @@ -6,6 +6,7 @@ ## make less interactive ### visudo ### su user +## x reboot # set safety optinonz set -o errexit # fail on error @@ -29,7 +30,6 @@ services_to_disable=("nginx") num_of_args="$#" all_args="$@" - # Define the cleanup function error_handle() { # CRITICAL: Capture the exit status code before ANY other command runs