You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If ha-bridge cannot access github during startup in /etc/my_init.d/firstrun.sh the $VERSION variable ends up with no value and the script attempts to download and run "ha-bridge-.jar"
Workaround is to set the environment variable to override the version (I'm using docker) and ha_bridge will start normally. Of course future updates are disabled until the container is rebuilt and environment variable removed.
Would it be possible to have some error checking in the script so that if it fails to connect to github for the version check, it uses the existing highest version?
The text was updated successfully, but these errors were encountered:
If ha-bridge cannot access github during startup in /etc/my_init.d/firstrun.sh the $VERSION variable ends up with no value and the script attempts to download and run "ha-bridge-.jar"
eg.
wget tries: https://github.com/bwssytems/ha-bridge/releases/download/v/ha-bridge-.jar
Workaround is to set the environment variable to override the version (I'm using docker) and ha_bridge will start normally. Of course future updates are disabled until the container is rebuilt and environment variable removed.
Would it be possible to have some error checking in the script so that if it fails to connect to github for the version check, it uses the existing highest version?
The text was updated successfully, but these errors were encountered: