pkgs/openwrt/uci-config: reenable wifi-on-link.sh cronjob

This commit is contained in:
Astro 2022-06-23 16:58:41 +02:00
parent b32f23c318
commit 942d6a45dc
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ in
# Cronjob that makes sure WiFi is only visible when server with all
# the gateways is reachable
cat >/etc/crontabs/root <<__CRON__
#* * * * * /usr/sbin/wifi-on-link.sh
* * * * * /usr/sbin/wifi-on-link.sh
__CRON__
cat >/usr/sbin/wifi-on-link.sh <<__SH__
#!/bin/sh