ap.sh: remove spurious reboot arg

This commit is contained in:
Astro 2016-12-22 23:58:38 +01:00
parent c4ec1f65ac
commit dd9a278263
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ chmod a+rx /usr/sbin/wifi-on-link.sh
# TODO: install pkgs (collectd...)
{%- if conf.get('firstboot') %}
reboot /usr/sbin/wifi-on-link.sh
reboot
{%- endif %}
__SSH__