Skip to content

Commit

Permalink
remove PlanePix log messaging etc
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Oct 3, 2023
1 parent f44c3b7 commit 050e9f4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rootfs/usr/share/planefence/prep-planefence.sh
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,12 @@ fi

#--------------------------------------------------------------------------------
# get the sample planepix file
if curl -L -s https://raw.githubusercontent.com/sdr-enthusiasts/plane-alert-db/main/planepix.txt > /usr/share/planefence/persist/planepix.txt.samplefile
then
chmod a+r /usr/share/planefence/persist/planepix.txt.samplefile
echo "[$APPNAME][$(date)] Successfully downloaded planepix sample file to ~/.planefence/planepix.txt.samplefile directory."
echo "[$APPNAME][$(date)] To use it, rename it to, or incorporate it into ~/.planefence/planepix.txt. Any entries in this file will replace the tar1090 screenshot with a picture of the plane."
fi
# if curl -L -s https://raw.githubusercontent.com/sdr-enthusiasts/plane-alert-db/main/planepix.txt > /usr/share/planefence/persist/planepix.txt.samplefile
# then
# chmod a+r /usr/share/planefence/persist/planepix.txt.samplefile
# echo "[$APPNAME][$(date)] Successfully downloaded planepix sample file to ~/.planefence/planepix.txt.samplefile directory."
# echo "[$APPNAME][$(date)] To use it, rename it to, or incorporate it into ~/.planefence/planepix.txt. Any entries in this file will replace the tar1090 screenshot with a picture of the plane."
# fi
#--------------------------------------------------------------------------------
# Put the MOTDs in place:
configure_planefence "PF_MOTD" "\"$PF_MOTD\""
Expand Down

0 comments on commit 050e9f4

Please sign in to comment.