Skip to content

Commit

Permalink
fix creating /etc/openhab/scripts durch unzipping der default conf
Browse files Browse the repository at this point in the history
Signed-off-by: openhabian <openhabian@openHABian>
  • Loading branch information
openhabian authored and openhabian committed Jul 10, 2024
1 parent cf57484 commit 0ccdac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/storm.house.bash
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ upgrade_ems() {
if ! cond_redirect wget -nv -O "$temp" "$updateonly"; then echo "FAILED (download EMS patch)"; rm -f "$temp"; return 1; fi
( cd /etc/openhab || return 1
ln -sf . conf
unzip -o "$temp" conf/things\* conf/items\* conf/rules\* conf/transform\* conf/UI\* conf/html\* scripts\*
unzip -o "$temp" conf/things\* conf/items\* conf/rules\* conf/transform\* conf/UI\* conf/html\* conf/scripts\*
rm -f conf )
fi

Expand Down

0 comments on commit 0ccdac5

Please sign in to comment.