Explorar o código

Fix pulling from wrong server in syncmail script

Colin Powell %!s(int64=5) %!d(string=hai) anos
pai
achega
f8277318a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 iapetus.local
+	muchsync rhea.unbl.ink
 	exit 0
 fi
 echo "No internet connection"