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:" \