From 5a4dc4d060339f448ef523d0c6bcd9eaa92b498a Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sun, 2 Mar 2025 18:07:11 -0700 Subject: [PATCH] Guh --- install-nginx.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/install-nginx.sh b/install-nginx.sh index 6782487..e7a854a 100644 --- a/install-nginx.sh +++ b/install-nginx.sh @@ -38,13 +38,13 @@ for i in "$@"; do done # If not skip, ask for confirmation -if [ "$SKIP_PROMPT" != true ]; then - read -p "This script will install FreePBX Open-Source, Asterisk 20, and many other dependencies, do you want to continue? (y/n): " -n 1 -r - echo - if [[ ! $REPLY =~ ^[Yy]$ ]]; then - exit 1 - fi -fi +# if [ "$SKIP_PROMPT" != true ]; then +# read -p "This script will install FreePBX Open-Source, Asterisk 20, and many other dependencies, do you want to continue? (y/n): " -n 1 -r +# echo +# if [[ ! $REPLY =~ ^[Yy]$ ]]; then +# exit 1 +# fi +# fi apt-get update; apt-get upgrade;