From ecfba9e29d68768ea924268b11b699975cd0b4a6 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Tue, 27 Jan 2015 13:55:59 +0530 Subject: [PATCH] Removed hardcoded roundcube version --- ee/cli/plugins/stack.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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