From b3079e42d261ea80fc61fb82bd9471f31bd4e081 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Tue, 17 Feb 2015 14:17:33 +0530 Subject: [PATCH] Fixed Typo and Travis --- ee/cli/plugins/stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/cli/plugins/stack.py b/ee/cli/plugins/stack.py index 68e7f36c..f99534c5 100644 --- a/ee/cli/plugins/stack.py +++ b/ee/cli/plugins/stack.py @@ -633,7 +633,7 @@ class EEStackController(CementBaseController): Log.debug(self, "Setting Privileges to dovecot ") # EEShellExec.cmd_exec(self, "chown -R vmail:vmail /var/lib" # "/dovecot") - EEFileUtils.chown(self, "/var/lig/dovecot", 'vmail', 'vmail', + EEFileUtils.chown(self, "/var/lib/dovecot", 'vmail', 'vmail', recursive=True) EEShellExec.cmd_exec(self, "sievec /var/lib/dovecot/sieve/" "default.sieve")