mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
busybox: install configfile not called '.conf' too
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user