mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
oe_setup_addon: create missing folder
This commit is contained in:
parent
5caa286b0e
commit
2798741270
@ -23,6 +23,7 @@ oe_setup_addon() {
|
||||
|
||||
# copy defaults
|
||||
if [ -f "$DEF" -a ! -f "$CUR" ] ; then
|
||||
mkdir -p "/storage/.xbmc/userdata/addon_data/$1"
|
||||
cp "$DEF" "$CUR"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user