mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox:
- remove /etc/init.d/07_userconfig
This commit is contained in:
parent
4751f4fd41
commit
bb5e7c8a7d
@ -1,13 +0,0 @@
|
|||||||
#
|
|
||||||
# copying config into storage
|
|
||||||
#
|
|
||||||
# runlevels: openelec, textmode
|
|
||||||
|
|
||||||
progress "copying config into storage"
|
|
||||||
|
|
||||||
$IONICE mkdir -p $HOME/.config
|
|
||||||
|
|
||||||
for i in `ls /usr/config`; do
|
|
||||||
[ ! -f "$HOME/.config/$i" ] && cp -PR /usr/config/$i $HOME/.config
|
|
||||||
done
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user