mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox: install configfile not called '.conf' too
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f68f7db2c2
commit
c6a652a5d2
@ -33,7 +33,7 @@ if [ -d /usr/config ]; then
|
||||
mkdir -p /storage/.config/$dir
|
||||
done
|
||||
|
||||
for config in `find . -type f -name "*.conf"`; do
|
||||
for config in `find . -type f -not -name "*.sample"`; do
|
||||
if [ ! -f /storage/.config/$config ]; then
|
||||
cp $config /storage/.config/$config
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user