From feeeaea708d0682ee5115957ec987fa4dd6fa9a2 Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Thu, 28 Apr 2016 12:41:55 -0400 Subject: [PATCH] Remove wifi_watch.sh and associated rc.local entry. --- selfupdate/update_footer.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/selfupdate/update_footer.sh b/selfupdate/update_footer.sh index a661508d..105944f6 100755 --- a/selfupdate/update_footer.sh +++ b/selfupdate/update_footer.sh @@ -32,3 +32,7 @@ cp -f dump1090 /usr/bin/ # Web files install. cd web/ && make stratuxBuild=${stratuxBuild} + +# Remove old Wi-Fi watcher script. +rm -f /usr/sbin/wifi_watch.sh +sed -i "/\bwifi_watch\b/d" /etc/rc.local \ No newline at end of file