Fix test setup param load

This commit is contained in:
Lorenz Meier 2015-02-09 23:27:10 +01:00
parent 06b582f11e
commit 4b1ddba817
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,12 @@ then
fi
param select $PARAM_FILE
if param load
then
echo "[param] Loaded: $PARAM_FILE"
else
echo "[param] FAILED loading $PARAM_FILE"
fi
if [ -f /etc/extras/px4io-v2_default.bin ]
then