S01mountall: fix OS_DEBUG sourcing

This commit is contained in:
Calin Crisan 2019-01-13 10:57:21 +02:00
parent df816bf97e
commit 2efcfe843e

View File

@ -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/os_conf source /etc/init.d/os_conf
test "${OS_DEBUG}" == "true" && remount_rw test "${OS_DEBUG}" == "true" && remount_rw
mk_tty_login mk_tty_login
;; ;;