From f8277318a5a81774313b54fc464cb005a8d051a5 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 28 Aug 2019 09:41:17 -0400 Subject: [PATCH] Fix pulling from wrong server in syncmail script --- 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 6c7b15c..772b81c 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 iapetus.local + muchsync rhea.unbl.ink exit 0 fi echo "No internet connection"