mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
busybox:
- move /etc/conf.d/* to /etc/profile.d/*
This commit is contained in:
parent
bf1c51ef2d
commit
912a0e2bc0
@ -26,6 +26,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
# read config files
|
# read config files
|
||||||
for config in `ls /etc/conf.d/`; do
|
for config in `ls /etc/profile.d/`; do
|
||||||
. /etc/conf.d/$config
|
. /etc/profile.d/$config
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user