From 624fb5890ded05250efe9e237cc15576f5b8692d Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 23 Aug 2019 10:50:04 -0400 Subject: [PATCH] Switch to iapetus for mail sync --- systemd/.config/systemd/user/syncmail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/.config/systemd/user/syncmail.sh b/systemd/.config/systemd/user/syncmail.sh index 772b81c..6c7b15c 100755 --- a/systemd/.config/systemd/user/syncmail.sh +++ b/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"