mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
oe_setup_addon: create missing folder
This commit is contained in:
parent
62ffd7f8d9
commit
a6338ae589
@ -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
|
||||
|
||||
|
@ -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