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