Skip to content

Commit

Permalink
Fix passing arguments errors
Browse files Browse the repository at this point in the history
  • Loading branch information
maseabunikie committed Oct 3, 2023
1 parent 2a6d9b1 commit 7b0be3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ "${LOGGING_DIR}" != "" ]; then
/usr/bin/mavlink-routerd -c /etc/mavlink-router/main.conf

elif [ "$1" != "" ]; then
/usr/bin/mavlink-routerd "$args"
/usr/bin/mavlink-routerd $args
else
/usr/bin/mavlink-routerd
fi
Expand Down

0 comments on commit 7b0be3a

Please sign in to comment.