mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 18:47:52 +00:00
Change the sed delimiter to avoid some errors
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Substitute configuration
|
||||
for VARIABLE in `env | cut -f1 -d=`; do
|
||||
sed -i "s,{{ $VARIABLE }},${!VARIABLE},g" /etc/postfix/*.cf
|
||||
sed -i "s={{ $VARIABLE }}=${!VARIABLE}=g" /etc/postfix/*.cf
|
||||
done
|
||||
|
||||
# Actually run Postfix
|
||||
|
||||
Reference in New Issue
Block a user