mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
Rename /etc/init.d/conf to /etc/init.d/os_conf
This commit is contained in:
parent
3a06cf48de
commit
bf567ddf77
@ -31,7 +31,7 @@ case "$1" in
|
||||
mount_fs
|
||||
|
||||
# we need to source conf again, now that /data is available
|
||||
test -n "$os_debug" || source /etc/init.d/conf
|
||||
test -n "$os_debug" || source /etc/init.d/os_conf
|
||||
test "$os_debug" == "true" && remount_rw
|
||||
mk_tty_login
|
||||
;;
|
||||
|
@ -4,7 +4,7 @@ source /etc/version
|
||||
board_sn=$(/etc/init.d/boardsn)
|
||||
board_name=$(cat /etc/board)
|
||||
|
||||
test -n "$os_debug" || source /etc/init.d/conf
|
||||
test -n "$os_debug" || source /etc/init.d/os_conf
|
||||
|
||||
source /etc/init.d/panic
|
||||
|
||||
|
@ -77,7 +77,7 @@ fi
|
||||
#### versions ####
|
||||
|
||||
function show_versions() {
|
||||
source /etc/init.d/conf # we need this for the os_ vars
|
||||
source /etc/init.d/os_conf # we need this for the os_ vars
|
||||
|
||||
board=$(cat $SYS_BOARD_FILE)
|
||||
show_json=$1
|
||||
@ -144,7 +144,7 @@ function do_download() {
|
||||
fi
|
||||
fi
|
||||
|
||||
source /etc/init.d/conf # we need this for the os_ vars
|
||||
source /etc/init.d/os_conf # we need this for the os_ vars
|
||||
|
||||
board=$(cat $SYS_BOARD_FILE)
|
||||
url=$1
|
||||
|
Loading…
x
Reference in New Issue
Block a user