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 ;;