
when running
sudo sh ./script.sh
i get
./telrichard.sh: 21: ./telrichard.sh: [[: not found
./telrichard.sh: 31: ./telrichard.sh: [[: not found
./telrichard.sh: 41: ./telrichard.sh: [[: not found
./telrichard.sh: 51: ./telrichard.sh: [[: not found
Status in sync Wifi 1st attempt
when running
sudo ./script
i get
sudo: ./telrichard.sh: command not found
when running
./script
i get
bash: ./telrichard.sh: Permission denied
i already used dos2unix on the file
and created the file with touch and filled it with nano
but somehow i can't get it to work
so now i am out of ideas hopefully someone here can help me.