Browse Source

Removed hardcoded roundcube version

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

3
ee/cli/plugins/stack.py

@ -855,7 +855,8 @@ class EEStackController(CementBaseController):
Log.debug(self, "Creating new directory "
" /var/www/roundcubemail/")
os.makedirs('/var/www/roundcubemail/')
shutil.move('/tmp/roundcubemail-1.0.4/',
shutil.move('/tmp/roundcubemail-{0}/'
.format(EEVariables.ee_roundcube),
'/var/www/roundcubemail/htdocs')
# Configure roundcube database

Loading…
Cancel
Save