From ed7853f6ef5e799dfb2e0a6b825f4d7618c38271 Mon Sep 17 00:00:00 2001 From: nickchomey <88559987+nickchomey@users.noreply.github.com> Date: Tue, 10 May 2022 11:02:59 -0600 Subject: [PATCH] Update venvsetup.sh --- install/venvsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/venvsetup.sh b/install/venvsetup.sh index 99306732c..142398a16 100644 --- a/install/venvsetup.sh +++ b/install/venvsetup.sh @@ -786,7 +786,7 @@ if [[ $TMP_YN =~ ^(s|S) ]] ; then fi else ADMIN_PASS=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 16 ; echo '') - echo -e "\nAdmin password will be provided once installation is completed...\n" + echo -e "\nAdmin password will be set to $ADMIN_PASS\n" fi echo -e "\nDo you wish to install Memcached extension and backend?"