File tree Expand file tree Collapse file tree
distributions/openhab/src/main/resources/bin Expand file tree Collapse file tree Original file line number Diff line number Diff 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
244244echo " "
245245echo " #########################################"
246- echo " openHAB 4 .x update script "
246+ echo " openHAB 5 .x update script "
247247echo " #########################################"
248248echo " "
249249
You can’t perform that action at this time.
0 commit comments