mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #3997 from MilhouseVH/le92_kodi_config_fix
kodi-config: create userdata when it doesn't exist [backport]
This commit is contained in:
commit
bc18fe7b3b
@ -8,6 +8,9 @@ KODI_ROOT=$HOME/.kodi
|
||||
|
||||
BOOT_STATE="$(cat $HOME/.config/boot.status 2>/dev/null)"
|
||||
|
||||
# May not exist if testing a clean /storage/.kodi without rebooting
|
||||
mkdir -p $KODI_ROOT/userdata
|
||||
|
||||
# hack: make addon-bins executable
|
||||
# done in kodi on addon install. but just in case..
|
||||
chmod +x $KODI_ROOT/addons/*/bin/* 2>/dev/null
|
||||
|
@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
d /storage/.kodi/userdata 0755 root root - -
|
||||
d /storage/music 0755 root root - -
|
||||
d /storage/pictures 0755 root root - -
|
||||
d /storage/tvshows 0755 root root - -
|
||||
|
Loading…
x
Reference in New Issue
Block a user