Browse Source

Removed ViMbAdmin hardcoded version

bugfixes
gau1991 10 years ago
parent
commit
d4c06228d2
  1. 3
      ee/cli/plugins/stack.py

3
ee/cli/plugins/stack.py

@ -682,7 +682,8 @@ class EEStackController(CementBaseController):
Log.debug(self, "Creating directory "
"/var/www/22222/htdocs/")
os.makedirs('/var/www/22222/htdocs/')
shutil.move('/tmp/ViMbAdmin-3.0.10/',
shutil.move('/tmp/ViMbAdmin-{0}/'
.format(EEVariables.ee_vimbadmin),
'/var/www/22222/htdocs/vimbadmin/')
# Donwload composer and install ViMbAdmin

Loading…
Cancel
Save