Browse Source

Fixed travis

bugfixes
shital.rtcamp 10 years ago
parent
commit
67169ac243
  1. 2
      ee/cli/plugins/stack.py

2
ee/cli/plugins/stack.py

@ -886,7 +886,7 @@ class EEStackController(CementBaseController):
Log.debug(self, "Creating vimbadmin database if not exist")
EEMysql.execute(self, "create database if not exists"
" vimbadmin")
Log.debug(self, "Granting all privileges on vimbadmin.* to
Log.debug(self, "Granting all privileges on vimbadmin.* to "
"vimbadmin@root IDENTIFIED BY password ")
EEMysql.execute(self, "grant all privileges on vimbadmin.* to"
" vimbadmin@{0} IDENTIFIED BY"

Loading…
Cancel
Save