X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance?a=blobdiff_plain;f=jessie_postinstall.sh;h=2d01b518c6a979f4869306a863e2199aa56d5205;hb=00ca69c32a596e02eeafd60a9a5008d39e114eca;hp=98e8a8182b51b04ddecd2233df61b00628b3fbab;hpb=0f88c7996bb09c5723e548af8e6d613b93217825;p=config diff --git a/jessie_postinstall.sh b/jessie_postinstall.sh index 98e8a81..2d01b51 100755 --- 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