1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-12 02:28:20 +02:00

Change the sed delimiter to avoid some errors

This commit is contained in:
Pierre Jaury 2016-03-13 17:45:39 +01:00
parent 3842b4b41e
commit 09d737ce9a

View File

@ -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