Skip to content

Commit e2cea7e

Browse files
author
gau1991
committed
Fixed typo
1 parent 1eb9a7b commit e2cea7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ee/cli/plugins/stack.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,8 +883,8 @@ def post_pref(self, apt_packages, packages):
883883
EEShellExec.cmd_exec(self, "bash -c \"sed -i \\\"s:\$config\["
884884
"\'plugins\'\] "
885885
"= array(:\$config\['plugins'\] = "
886-
"array(\n\'sieverules\',:\\\" /var/www"
887-
"/roundcubemail/htdocs/config"
886+
"array(\\n \'sieverules\',:\\\" "
887+
"/var/www/roundcubemail/htdocs/config"
888888
"/config.inc.php\"")
889889
EEShellExec.cmd_exec(self, "echo \"\$config['sieverules_port']"
890890
"=4190;\" >> /var/www/roundcubemail"

0 commit comments

Comments
 (0)