bug fix: grant priv

This commit is contained in:
Usman Nasir
2020-09-16 22:24:21 +05:00
parent f4fdb8f6f6
commit 8877fb1c7a

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