Skip to content

Commit

Permalink
Update piaware.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
casjay committed Sep 1, 2020
1 parent a769c81 commit acd57cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bash/feeders/piaware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ if [[ -n "${CPU_ARCHITECTURE}" ]] ; then
# Execute build script.
echo -e "\e[94m Executing the FlightAware PiAware client build script...\e[97m"
echo ""
./sensible-build.sh jessie
./sensible-build.sh buster
echo ""

# Change to build script directory.
echo -e "\e[94m Entering the FlightAware PiAware client build directory...\e[97m"
cd ${RECEIVER_BUILD_DIRECTORY}/piaware_builder/package-jessie 2>&1
cd ${RECEIVER_BUILD_DIRECTORY}/piaware_builder/package-buster 2>&1

# Build binary package.
echo -e "\e[94m Building the FlightAware PiAware client package...\e[97m"
Expand Down

0 comments on commit acd57cc

Please sign in to comment.