Skip to content

Commit

Permalink
More bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Sep 16, 2024
1 parent 5823615 commit ed85121
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions rootfs/etc/s6-overlay/scripts/acarsdec
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@ elif [[ "${MODE}" == @(A|a) ]]; then
ACARS_CMD+=("--output" "native:udp:host=127.0.0.1,port=5550")
fi


# Specify SOAPYSDR
if [ -n "${SOAPYSDR}" ]; then
ACARS_CMD+=("-d" "$SOAPYSDR")
fi
ACARS_CMD+=("$SOAPYSDR")

if [[ -n "$ACARSDEC_COMMAND_EXTRA" ]]; then
ACARS_CMD+=("$ACARSDEC_COMMAND_EXTRA")
Expand Down

0 comments on commit ed85121

Please sign in to comment.