Skip to content

Commit

Permalink
arg passthrough for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
jontio authored Aug 6, 2021
1 parent f69be16 commit e19deaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-linux-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ cp control ${PACKAGE_NAME}_${PACKAGE_VERSION%_*}-1/DEBIAN
mkdir -p ${PACKAGE_NAME}_${PACKAGE_VERSION%_*}-1/usr/local/bin
cat <<EOT > ${PACKAGE_NAME}_${PACKAGE_VERSION%_*}-1/usr/local/bin/jaero
#!/bin/bash
/opt/jaero/JAERO
/opt/jaero/JAERO "\$@"
EOT
chmod +x ${PACKAGE_NAME}_${PACKAGE_VERSION%_*}-1/usr/local/bin/jaero
#basestation if available
Expand Down

0 comments on commit e19deaf

Please sign in to comment.