mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
Update v-add-srs-support-to-exim
This commit is contained in:
parent
5eb0607319
commit
60ce986ece
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if [ ! -f "/etc/exim4/srs.conf" ]; then
|
|||
chown root:Debian-exim /etc/exim4/srs.conf
|
||||
fi
|
||||
|
||||
if [ -f "/etc/exim4/exim4.conf.template.backup-without-srs" ]; then
|
||||
if [ ! -f "/etc/exim4/exim4.conf.template.backup-without-srs" ]; then
|
||||
echo "= Backing up /etc/exim4/exim4.conf.template"
|
||||
cp /etc/exim4/exim4.conf.template /etc/exim4/exim4.conf.template.backup-without-srs
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue