Update bootstrap.sh

This commit is contained in:
Jordan Wages 2025-07-25 18:12:29 -05:00
parent a7e8aa6581
commit b06941b98a

View file

@ -9,7 +9,7 @@ if ! command -v whiptail >/dev/null 2>&1; then
exit 1
fi
# if were not running as root, grab root password and reexec via su
# if were 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:" \