cpe: stop dnsmasq+uhttpd on aps

This commit is contained in:
Astro 2017-03-28 17:30:05 +02:00
parent 9b689d2176
commit 9fc6caec0d
1 changed files with 5 additions and 0 deletions

View File

@ -339,6 +339,11 @@ __SH__
chmod a+rx /usr/sbin/wifi-on-link.sh
/etc/init.d/cron restart
for svc in dnsmasq uhttpd ; do
rm /etc/rc.d/*\$svc
/etc/init.d/\$svc stop
done
{%- if conf.get('firstboot') %}
reboot
{%- endif %}