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)