openhab / openhab-syno-spk

openHAB Synology SPK Install Package
Eclipse Public License 2.0
161 stars 42 forks source link

openHAB2 conf at /volume1/openHAB2/conf does not work #50

Closed gorzan14 closed 7 years ago

gorzan14 commented 7 years ago

After installing opemHAB2 the option to put conf at public on Volume1 does not work. Openhab sticks to the conf at @appstore/openHAB2/conf and does not produce simlink to /vlume1/openHAB2/conf. I can't find the section in install scripts even not in start scripts. For Version 1.8 i finde the section in scripts.

yakobe commented 7 years ago

I seem to be having a similar problem. Did you find a solution?

cniweb commented 7 years ago

The symlink to the folders was removed from version 2.0. I will re-install it, if it exists, a link is created.

cniweb commented 7 years ago

I change the script: https://github.com/openhab/openhab-syno-spk/commit/fe3c7f61039b3e18f8c778d7fbb4fac439b559ba @hphde can you review, please.

Thanks, Chris

gorzan14 commented 7 years ago

Hi, Thanks. As far as I Understand you dont need to do all the stuff for addons. It is a subfolder of conf.

Could you provide the Same Script for 2.0 realese too?

Von meinem iPhone gesendet

Am 31.01.2017 um 00:03 schrieb Christian Häussler notifications@github.com:

I change the script: fe3c7f6 @hphde can you review, please.

Thanks, Chris

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

darth-hp commented 7 years ago

@cniweb looks good to me

gorzan14 commented 7 years ago

@yakobe I made a symlink : cd /volume1/@appstore/openHAB2 sudo rm -Irv conf sudo ln -s /volume1/public/openHAB2/conf conf

'conf' must exist in /volume1/public or you must copy it there!

gorzan14 commented 7 years ago

@cniweb could you integrate the install part for conf folder on public also at the stable 2.0 release?

cniweb commented 7 years ago

Yes, but first, we need to fix 2.1.0-SNAPSHOT-DSM6 (master)