home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f88c79
)
Fix bug in string replacement introduced in previous commit.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 7 Feb 2016 23:19:36 +0000
(
00:19
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 7 Feb 2016 23:19:36 +0000
(
00:19
+0100)
jessie_postinstall.sh
patch
|
blob
|
history
diff --git
a/jessie_postinstall.sh
b/jessie_postinstall.sh
index 98e8a8182b51b04ddecd2233df61b00628b3fbab..2d01b518c6a979f4869306a863e2199aa56d5205 100755
(executable)
--- a/
jessie_postinstall.sh
+++ b/
jessie_postinstall.sh
@@
-182,7
+182,7
@@
if [ "$1" = "server" ]; then
DEBIAN_FRONTEND=noninteractive apt-get -y install getmail4 procmail mutt \
postfix maildrop
cp config/systemfiles/main.cf /etc/postfix/main.cf
- sed -i 's/HOSTNAME/'
.$2.
'/g' /etc/postfix/main.cf
+ sed -i 's/HOSTNAME/'
$2
'/g' /etc/postfix/main.cf
cp config/systemfiles/aliases /etc/aliases
newaliases
service postfix restart