From ddb088c090ada16d208a76dcd3cd3b595d23ee99 Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Wed, 20 Oct 2021 17:39:17 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=E4=B8=BA=E5=AE=B9?= =?UTF-8?q?=E5=99=A8=E5=86=85=E5=90=AF=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fix.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fix.sh b/fix.sh index b0bf7f6..74e422d 100644 --- a/fix.sh +++ b/fix.sh @@ -2,17 +2,17 @@ if [ "$(grep 'transfer.nz.lu' /etc/hosts)" = "" ]; then - echo "127.0.0.1 transfer.nz.lu" | sudo tee -a /etc/hosts + echo "127.0.0.1 transfer.nz.lu" | tee -a /etc/hosts fi if [ "$(grep 'jdsharecode.xyz' /etc/hosts)" = "" ]; then - echo "127.0.0.1 jdsharecode.xyz" | sudo tee -a /etc/hosts + echo "127.0.0.1 jdsharecode.xyz" | tee -a /etc/hosts fi if [ "$(grep 'helpu.cf' /etc/hosts)" = "" ]; then - echo "127.0.0.1 helpu.cf" | sudo tee -a /etc/hosts + echo "127.0.0.1 helpu.cf" | tee -a /etc/hosts fi #result=$(grep 'smiek.tk' /etc/hosts)