소스 검색

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"