Linux install

In the Quick Start Linux Install portion of the user manual it says to do the following:

  1. Make Files Executable
    Execute these two “chmod” commands to make files executable.
    chmod +x ignition.sh
    chmod +x ignition-gateway

Shouldn’t the last be:

chmod +x gcu.sh

Does ignition-gateway need to be marked executable?

Thanks for the help.

Dennis

Yes, we should add:

chmod +x gcu.sh

so you can run the GCU. You do need to add execution permissions to the ignition-gateway since that is the main executable.