Bladeren bron

Fix pulling from wrong server in syncmail script

Colin Powell 5 jaren geleden
bovenliggende
commit
f8277318a5
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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"