In hostspot mode, start-and-disable.sh fails
In hotspot mode, no internet link is working and several places in start-and-disable.sh aren't working:
- Missing "echo" at line 11 of start-and-disable.sh:
git pull || "Failed to pull. Continuing..."
- On line 16, wget fails:
wget -O REPLACE_WITH_ADMIN_DIRECTORY/authorized_commands $AUTH_CMDS_URL
and the line should be replaced by
wget -O REPLACE_WITH_ADMIN_DIRECTORY/authorized_commands $AUTH_CMDS_URL || echo "Failed to download latest authorized commands. Continuing..."