From 2efcfe843eceb87c35d3b59b13cc58f233addbf6 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 13 Jan 2019 10:57:21 +0200 Subject: [PATCH] S01mountall: fix OS_DEBUG sourcing --- board/common/overlay/etc/init.d/S01mountall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/common/overlay/etc/init.d/S01mountall b/board/common/overlay/etc/init.d/S01mountall index 23363f537b..cafa43c0b3 100755 --- a/board/common/overlay/etc/init.d/S01mountall +++ b/board/common/overlay/etc/init.d/S01mountall @@ -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/os_conf + source /etc/init.d/os_conf test "${OS_DEBUG}" == "true" && remount_rw mk_tty_login ;;