Quellcode durchsuchen

Switch to iapetus for mail sync

Colin Powell vor 5 Jahren
Ursprung
Commit
624fb5890d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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"