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
I thing there is something missing in ‘service zigbee2mqtt upgrade’ because it don’t do ‘git checkout’ and ‘git pull’ commands. So the result is installation of the already existing version and not a upgrade.
The text was updated successfully, but these errors were encountered:
Agreed, I manually went to the ZIGBEE2MQTT_DIR=/opt/zigbee2mqtt and ran git pull then ran the service zigbee2mqtt upgrade. This built the updated pull.
The post_install.sh does a git clone, so you get the latest version as of installation.
I think @tebra-jl is correct and there should just be git pull added to line 33/34 of /usr/local/etc/rc.d/zigbee2mqtt.
I am not confident enough in my skills to do a pull request. I am on the latest zigbee2mqtt now. I can attempt modifying the script on the next update. If this issue is still open and it works, I will pull request then.
I thing there is something missing in ‘service zigbee2mqtt upgrade’ because it don’t do ‘git checkout’ and ‘git pull’ commands. So the result is installation of the already existing version and not a upgrade.
The text was updated successfully, but these errors were encountered: