Update patch.sh
This commit is contained in:
parent
35f1d7966b
commit
edc29c7ce6
2
patch.sh
2
patch.sh
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue