Skip to content

Commit

Permalink
Upgrade zigbee2mqtt to 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlum authored Aug 23, 2022
1 parent 618aee2 commit e36a26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preupgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ PSBIN=$LBPSBIN/$PDIR
PBIN=$LBPBIN/$PDIR

echo "<INFO> Checking if zigbee2mqtt repository is reachable before upgrade"
git ls-remote --exit-code https://github.com/Koenkk/zigbee2mqtt.git refs/tags/1.25.1
git ls-remote --exit-code https://github.com/Koenkk/zigbee2mqtt.git refs/tags/1.27.0
retVal=$?
if [ $retVal -ne 0 ]; then
echo "<ERROR> Could not reach zigbee2mqtt repository. Please check if your loxberry has an internet connection."
Expand Down

0 comments on commit e36a26b

Please sign in to comment.