Update venvsetup.sh

This commit is contained in:
nickchomey 2022-05-10 11:02:59 -06:00 committed by GitHub
parent 9e578b8ce1
commit ed7853f6ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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?"