Switch to iapetus for mail sync

This commit is contained in:
Colin Powell
2019-08-23 10:50:04 -04:00
parent c8e019884b
commit 624fb5890d

View File

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