Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions distributions/openhab/src/main/resources/bin/update
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ java -jar "$WorkingDir/runtime/bin/upgradetool.jar" || {
echo "Update tool failed, please check the openHAB website (www.openhab.org) for manual update instructions." >&2
exit 1
}
# Apply file ownership for JSON database as upgradetool can create new files
chown -R "$FileOwner:$FileGroup" "$OPENHAB_USERDATA/jsondb"
echo "JSON database updated successfully."

echo ""
Expand Down