mirror of
https://github.com/Mailu/Mailu.git
synced 2025-02-03 13:01:20 +02:00
Change the sed delimiter to avoid some errors
This commit is contained in:
parent
3842b4b41e
commit
09d737ce9a
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Substitute configuration
|
# Substitute configuration
|
||||||
for VARIABLE in `env | cut -f1 -d=`; do
|
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
|
done
|
||||||
|
|
||||||
# Actually run Postfix
|
# Actually run Postfix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user