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"