Update venvsetup.sh
This commit is contained in:
parent
9e578b8ce1
commit
ed7853f6ef
|
|
@ -786,7 +786,7 @@ if [[ $TMP_YN =~ ^(s|S) ]] ; then
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
ADMIN_PASS=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 16 ; echo '')
|
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
|
fi
|
||||||
|
|
||||||
echo -e "\nDo you wish to install Memcached extension and backend?"
|
echo -e "\nDo you wish to install Memcached extension and backend?"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue