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:
parent
3842b4b41e
commit
09d737ce9a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user