mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +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
|
mkdir -p /storage/.config/$dir
|
||||||
done
|
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
|
if [ ! -f /storage/.config/$config ]; then
|
||||||
cp $config /storage/.config/$config
|
cp $config /storage/.config/$config
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user