mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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
|
||||
for config in `ls /etc/conf.d/`; do
|
||||
. /etc/conf.d/$config
|
||||
for config in `ls /etc/profile.d/`; do
|
||||
. /etc/profile.d/$config
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user