Skip to content

Commit e69b2cf

Browse files
authored
Update update script to openHAB 5.x (#1815)
Signed-off-by: openhab-bot <bot@openhab.org>
1 parent 540a03c commit e69b2cf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • distributions/openhab/src/main/resources/bin

distributions/openhab/src/main/resources/bin/update

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ setup(){
1010
echo "Usage: ./runtime/bin/update [VersionNumber] [openHAB Dir]"
1111
echo ""
1212
echo " e.g. ./runtime/bin/update << Updates to the next version"
13-
echo " ./runtime/bin/update 4.0.0 << Updates to a specific version"
14-
echo " ./update 4.0.0 /opt/openHAB << Updates a specific root folder"
15-
echo " ./runtime/bin/update 4.0.0-SNAPSHOT << Updates to latest SNAPSHOT"
13+
echo " ./runtime/bin/update 5.0.0 << Updates to a specific version"
14+
echo " ./update 5.0.0 /opt/openHAB << Updates a specific root folder"
15+
echo " ./runtime/bin/update 5.1.0-SNAPSHOT << Updates to latest SNAPSHOT"
1616
echo ""
1717
echo "Use this script to change openHAB to another version. Specifying the version allows"
1818
echo "you to upgrade or downgrade to that version, or to the latest snapshot. Not specifying"
@@ -243,7 +243,7 @@ scanVersioningList() {
243243

244244
echo " "
245245
echo "#########################################"
246-
echo " openHAB 4.x update script "
246+
echo " openHAB 5.x update script "
247247
echo "#########################################"
248248
echo " "
249249

0 commit comments

Comments
 (0)