MartineauUK/Chk-WAN

Path is missing in command to test in README.md

Closed this issue · 0 comments

The command in the README.md isn't executable as the full path is missing and there's no

cd /jffs/scripts/

in the instructions.

./ChkWAN.sh noaction once nowait

should therefore be

sh /jffs/scripts/ChkWAN.sh noaction once nowait

otherwise the script will not be found.