Skip to content

Commit

Permalink
Fix add-ons file path references (openhab#780)
Browse files Browse the repository at this point in the history
The add-ons JAR and KAR files are stored in a directory named "addons" and not "add-ons".

Signed-off-by: Wouter Born <eclipse@maindrain.net>
  • Loading branch information
wborn authored and ghys committed Sep 18, 2018
1 parent 813e1e5 commit 35a0986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ After saving the file, the add-on will be installed.
For this installation option you need a bundles `.jar` file.
One way of retrieving those files is mentiones above in the openHAB console part.

Place the `.jar` file in the `add-ons` folder on the machine you are running openHAB on.
Place the `.jar` file in the `addons` folder on the machine you are running openHAB on.
As described already for the addons.cfg option, the path is depending on your installation.
Place the .jar file in the folder Additional add-on files as described in File Locations ([Linux]({{base}}/installation/linux.html#file-locations), [Windows]({{base}}/installation/windows.html#file-locations) or [macOS]({{base}}/installation/macosx.html#file-locations)).
2 changes: 1 addition & 1 deletion configuration/addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ After saving the file, the add-on will be installed.
For this installation option you need a bundles `.jar` file.
One way of retrieving those files is mentiones above in the openHAB console part.

Place the `.jar` file in the `add-ons` folder on the machine you are running openHAB on.
Place the `.jar` file in the `addons` folder on the machine you are running openHAB on.
As described already for the addons.cfg option, the path is depending on your installation.
Place the .jar file in the folder Additional add-on files as described in File Locations ([Linux](/docs/installation/linux.html#file-locations), [Windows](/docs/installation/windows.html#file-locations) or [macOS](/docs/installation/macosx.html#file-locations)).

0 comments on commit 35a0986

Please sign in to comment.