mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +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
|
mount_fs
|
||||||
|
|
||||||
# we need to source conf again, now that /data is available
|
# 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
|
test "$os_debug" == "true" && remount_rw
|
||||||
mk_tty_login
|
mk_tty_login
|
||||||
;;
|
;;
|
||||||
|
@ -4,7 +4,7 @@ source /etc/version
|
|||||||
board_sn=$(/etc/init.d/boardsn)
|
board_sn=$(/etc/init.d/boardsn)
|
||||||
board_name=$(cat /etc/board)
|
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
|
source /etc/init.d/panic
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ fi
|
|||||||
#### versions ####
|
#### versions ####
|
||||||
|
|
||||||
function show_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)
|
board=$(cat $SYS_BOARD_FILE)
|
||||||
show_json=$1
|
show_json=$1
|
||||||
@ -144,7 +144,7 @@ function do_download() {
|
|||||||
fi
|
fi
|
||||||
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)
|
board=$(cat $SYS_BOARD_FILE)
|
||||||
url=$1
|
url=$1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user