From 63e561136aad3dd828aee391a8b3a1e4c2b77487 Mon Sep 17 00:00:00 2001 From: Mehmet Killioglu Date: Thu, 21 Dec 2023 09:58:03 +0200 Subject: [PATCH] SITL: fix parse error due to logging This fixes the error: /px4_sitl_etc/init.d-posix/rcS.sim_udp: 26: [: =: unexpected operator --- ROMFS/px4fmu_common/init.d-posix/rcS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROMFS/px4fmu_common/init.d-posix/rcS b/ROMFS/px4fmu_common/init.d-posix/rcS index fd64860011b5..1665b4be354d 100644 --- a/ROMFS/px4fmu_common/init.d-posix/rcS +++ b/ROMFS/px4fmu_common/init.d-posix/rcS @@ -29,7 +29,7 @@ fi set VEHICLE_TYPE none set LOGGER_ARGS "" set LOGGER_BUF 1000 - +set SDCARD_AVAILABLE no set RUN_MINIMAL_SHELL no set SYS_AUTOSTART=0