Skip to content

Commit 1b521ee

Browse files
author
gau1991
committed
Fixed Postfix typo
1 parent 036c17c commit 1b521ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/cli/plugins/stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def post_pref(self, apt_packages, packages):
521521
"mailbox_maps.cf\"")
522522
EEShellExec.cmd_exec(self, "postconf -e \"virtual_alias_maps "
523523
"= mysql:/etc/postfix/mysql/virtual_"
524-
" alias_maps.cf\"")
524+
"alias_maps.cf\"")
525525
EEShellExec.cmd_exec(self, "openssl req -new -x509 -days "
526526
" 3650 -nodes -subj /commonName="
527527
"{HOSTNAME}/emailAddress={EMAIL}"

0 commit comments

Comments
 (0)