Browse Source

Fixed typo

bugfixes
gau1991 10 years ago
parent
commit
e2cea7eac5
  1. 4
      ee/cli/plugins/stack.py

4
ee/cli/plugins/stack.py

@ -883,8 +883,8 @@ class EEStackController(CementBaseController):
EEShellExec.cmd_exec(self, "bash -c \"sed -i \\\"s:\$config\["
"\'plugins\'\] "
"= array(:\$config\['plugins'\] = "
"array(\n\'sieverules\',:\\\" /var/www"
"/roundcubemail/htdocs/config"
"array(\\n \'sieverules\',:\\\" "
"/var/www/roundcubemail/htdocs/config"
"/config.inc.php\"")
EEShellExec.cmd_exec(self, "echo \"\$config['sieverules_port']"
"=4190;\" >> /var/www/roundcubemail"

Loading…
Cancel
Save