From b93e1de88369de560b66392e4bc02d9a099dc72e Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Fri, 9 Jun 2017 09:17:07 +0200 Subject: [PATCH] ROMFS: Do not abort on error --- ROMFS/px4fmu_common/init.d/rcS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROMFS/px4fmu_common/init.d/rcS b/ROMFS/px4fmu_common/init.d/rcS index 6b86362326..076d2fc486 100644 --- a/ROMFS/px4fmu_common/init.d/rcS +++ b/ROMFS/px4fmu_common/init.d/rcS @@ -1,6 +1,6 @@ #!nsh # Un comment and use set +e to ignore and set -e to enable 'exit on error control' -#set +e +set +e # Un comment the line below to help debug scripts by printing a trace of the script commands #set -x # PX4FMU startup script.