From b06941b98a56a77a8803eb91daf5cbef9f0aa991 Mon Sep 17 00:00:00 2001 From: wagesj45 Date: Fri, 25 Jul 2025 18:12:29 -0500 Subject: [PATCH] Update bootstrap.sh --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 1316122..1d8fa3a 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -9,7 +9,7 @@ if ! command -v whiptail >/dev/null 2>&1; then exit 1 fi -# if we’re not running as root, grab root password and re‑exec via su +# if we’re not running as root, grab root password and re-exec via su if [[ $EUID -ne 0 ]]; then ROOTPW=$(whiptail --title "Authentication Required" \ --passwordbox "Enter root password to elevate this script:" \