openhab / openhab-syno-spk

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

Worrying about symlinking #31

Closed thopiekar closed 8 years ago

thopiekar commented 8 years ago

Just found something strange in the installer.sh: https://github.com/openhab/openhab-syno-spk/blob/2.0-beta1/scripts/installer.sh#L89 I'm currently working on getting OH2 working on my QNAP and just found these lines..

You are symlinking a directory called "configurations" but since OH2 there is "conf". Additionally I don't know whether it would be also save to symlink "userdata".

cniweb commented 8 years ago

Hi @thopiekar,

we have changed it in branch 2.0-DSM-6.0: https://github.com/openhab/openhab-syno-spk/blob/2.0-DSM-6.0/scripts/installer.sh#L91

Chris

acseven commented 8 years ago

fyi, the package's description in Package Manager still mentions "/configurations"

cniweb commented 8 years ago

@acseven OK, Thanks!