mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
nsh scripting:source (.) cmd supported
This commit is contained in:
committed by
Daniel Agar
parent
df30f29a55
commit
185ffe9e13
@@ -69,7 +69,7 @@ fi
|
||||
if [ -f $BOARD_RC ]
|
||||
then
|
||||
echo "Board init: ${BOARD_RC}"
|
||||
sh $BOARD_RC
|
||||
. $BOARD_RC
|
||||
fi
|
||||
|
||||
if [ -f /etc/extras/px4_io-v2_default.bin ]
|
||||
@@ -119,7 +119,7 @@ then
|
||||
tests mount
|
||||
fi
|
||||
|
||||
sh /etc/init.d/rc.sensors
|
||||
. /etc/init.d/rc.sensors
|
||||
|
||||
ver all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user