bug fix: grant priv

This commit is contained in:
Usman Nasir
2020-09-16 22:24:21 +05:00
parent dfeb62f207
commit af8d8d59f8

View File

@@ -255,7 +255,7 @@ EOF
fi
mysql -uroot -p$MYSQLPassword -e "GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY '%s';flush privileges"
mysql -uroot -p$MYSQLPassword -e "GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY '$MYSQLPassword';flush privileges"
## Ghetoo Repo for Postfix/Dovecot