浏览代码

Fix pulling from wrong server in syncmail script

Colin Powell 5 年之前
父节点
当前提交
f8277318a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"