Files
PX4-Autopilot/ROMFS/px4fmu_common/init.d/rc.sysinit
T
Daniel Agar b4555db0e7 WIP: px4log
2023-03-16 21:20:58 -04:00

4 lines
100 B
Bash

#!/bin/sh
# Un comment and use set +e to ignore and set -e to enable 'exit on error control'
set +e