From fbd823adbac0863a9123d3cb68fb0f76630aa41e Mon Sep 17 00:00:00 2001 From: wagesj45 Date: Fri, 25 Jul 2025 18:13:37 -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 1d8fa3a..13ace2e 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:" \