Browse Source

Merge branch 'python' of github.com:rtCamp/easyengine into python

bugfixes
harshadyeola 10 years ago
parent
commit
69d47cb2a6
  1. 1
      ee/cli/plugins/stack_migrate.py

1
ee/cli/plugins/stack_migrate.py

@ -73,6 +73,7 @@ class EEStackMigrateController(CementBaseController):
EEAptGet.update(self)
Log.info(self, "Installing MariaDB, please wait ...")
EEAptGet.install(self, apt_packages)
EEAptGet.auto_remove(self)
@expose(hide=True)
def default(self):

Loading…
Cancel
Save