mirror of
https://github.com/frappe/bench.git
synced 2025-02-03 03:18:24 +00:00
fix easy install script
This commit is contained in:
parent
37a3e90690
commit
dc99b0d4d1
@ -116,7 +116,7 @@ configure_mariadb_centos() {
|
|||||||
# Required only for CentOS, Ubuntu and Debian will show dpkg configure screen to set the password
|
# Required only for CentOS, Ubuntu and Debian will show dpkg configure screen to set the password
|
||||||
if [ $OS == "centos" ]; then
|
if [ $OS == "centos" ]; then
|
||||||
echo Enter mysql root password to set:
|
echo Enter mysql root password to set:
|
||||||
read -t 1 -n 10000 discard
|
read -t 1 -n 10000 discard || true
|
||||||
read -p "Enter mysql root password to set:" -s MSQ_PASS
|
read -p "Enter mysql root password to set:" -s MSQ_PASS
|
||||||
mysqladmin -u root password $MSQ_PASS
|
mysqladmin -u root password $MSQ_PASS
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user