Skip to content

Commit

Permalink
helper args passthrough for pi-build
Browse files Browse the repository at this point in the history
  • Loading branch information
jontio authored Aug 6, 2021
1 parent dd252ef commit f69be16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pi-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,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 f69be16

Please sign in to comment.