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
5da2a9f554
commit
3128985ed4
@ -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