From 942d6a45dcf1c0db417652299991f7f190556ad6 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 23 Jun 2022 16:58:41 +0200 Subject: [PATCH] pkgs/openwrt/uci-config: reenable wifi-on-link.sh cronjob --- nix/pkgs/openwrt/uci-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/pkgs/openwrt/uci-config.nix b/nix/pkgs/openwrt/uci-config.nix index bf5e6a9..2f47663 100644 --- a/nix/pkgs/openwrt/uci-config.nix +++ b/nix/pkgs/openwrt/uci-config.nix @@ -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