Commit 6e7a2a0e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

frappe should not change database users

parent 0afd0861
......@@ -39,9 +39,6 @@ all:
rm -rf frappe-home
echo "GRANT ALL PRIVILEGES ON *.* TO 'frappe'@'localhost' IDENTIFIED BY 'secret';" | /build/usr/bin/mysql -u root -h 127.0.0.1
echo "GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY 'secret';" | /build/usr/bin/mysql -u root -h 127.0.0.1
postinstall: nginx-conf
cd /srv/frappe/bench && bench setup nginx
@echo "$$NGINX_CONF" > /etc/nginx/nginx.conf
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment