Update patch.sh

This commit is contained in:
Stewart Bennell 2020-05-30 07:36:36 +10:00 committed by GitHub
parent 35f1d7966b
commit edc29c7ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ chmod -R go= ~/.ssh
echo "- Setting up smtp for email alerts" echo "- Setting up smtp for email alerts"
#remove file if exists #remove file if exists
rm -f /etc/postfix/{main.cf,mailtest.txt,sasl_passwd,sender_canonical} rm -f /etc/postfix/{main.cf,emailsetupinfo.txt,sasl_passwd,sender_canonical}
#Downloading Files #Downloading Files
wget -nc -qP /etc/postfix/ https://raw.githubusercontent.com/sbennell/pve-patch/master/mail/main.cf wget -nc -qP /etc/postfix/ https://raw.githubusercontent.com/sbennell/pve-patch/master/mail/main.cf