[go: up one dir, main page]

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:

  1. Missing "echo" at line 11 of start-and-disable.sh:
git pull || "Failed to pull. Continuing..."
  1. 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..."