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' ] if [ $STATE = 'full' ]
then then
muchsync iapetus.local muchsync rhea.unbl.ink
exit 0 exit 0
fi fi
echo "No internet connection" echo "No internet connection"