Browse Source

Fixed Typo and Travis

bugfixes
gau1991 10 years ago
parent
commit
b3079e42d2
  1. 2
      ee/cli/plugins/stack.py

2
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")

Loading…
Cancel
Save