Skip to content

Commit

Permalink
Update script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaaker authored Jan 1, 2024
1 parent edd441c commit f5913d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dump1090_status/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
# License: https://github.com/Isaaker/isaaker-shell-scripts/blob/main/LICENSE.txt
# RUN AS SUDO

# check aircraft file exist
# Check services running
# Check Radarbox feeder
#systemctl is-active dump1090-fa.service

# Check aircraft file exist
if [ ! -f /run/dump1090-fa/aircraft.json ]; then
#Wall
wall "[$(date +"%d-%m-%Y %H:%M:%S")] Dump1090 stopped running, restarting services"
Expand Down

0 comments on commit f5913d7

Please sign in to comment.