Forráskód Böngészése

Switch to iapetus for mail sync

Colin Powell 5 éve
szülő
commit
624fb5890d
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      systemd/.config/systemd/user/syncmail.sh

+ 1 - 1
systemd/.config/systemd/user/syncmail.sh

@@ -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"