Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for 7.2 #124

Merged
merged 5 commits into from
Mar 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
start dump1090 if RECEIVER_TYPE set
  • Loading branch information
mikenye committed Mar 28, 2022
commit ff7a1fc1d26df40a4fd2a8cb386925535756b28b
3 changes: 3 additions & 0 deletions rootfs/etc/services.d/dump1090/run
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ fi
if [[ -n "$DUMP1090_DEVICE" ]]; then
RUN_DUMP1090="true"
fi
if [[ -n "$RECEIVER_TYPE" ]]; then
RUN_DUMP1090="true"
fi
if [[ -z "$RUN_DUMP1090" ]]; then
sleep 86400
exit 0
Expand Down