diff --git a/ee/cli/plugins/stack.py b/ee/cli/plugins/stack.py index cb7b37de..b431e1a8 100644 --- a/ee/cli/plugins/stack.py +++ b/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