ROMFS: Do not abort on error

This commit is contained in:
Lorenz Meier
2017-06-09 09:17:07 +02:00
parent c6cece52d3
commit b93e1de883

View File

@@ -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.