Fix pulling from wrong server in syncmail script

This commit is contained in:
Colin Powell
2019-08-28 09:41:17 -04:00
parent cfe3e30ea6
commit f8277318a5

View File

@ -4,7 +4,7 @@ STATE=`nmcli networking connectivity`
if [ $STATE = 'full' ]
then
muchsync iapetus.local
muchsync rhea.unbl.ink
exit 0
fi
echo "No internet connection"