From b155d37ecc0e3e6c1bcaa813f05613cd76b739e0 Mon Sep 17 00:00:00 2001 From: Jan Chren ~rindeal Date: Mon, 14 Oct 2024 05:55:25 +0000 Subject: [PATCH] wifischedule: fix init.d START Fixes: https://github.com/openwrt/packages/issues/25064 Signed-off-by: Jan Chren ~rindeal --- net/wifischedule/net/etc/init.d/wifi_schedule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/wifischedule/net/etc/init.d/wifi_schedule b/net/wifischedule/net/etc/init.d/wifi_schedule index 9156fdc12e..f2b967446a 100644 --- a/net/wifischedule/net/etc/init.d/wifi_schedule +++ b/net/wifischedule/net/etc/init.d/wifi_schedule @@ -1,7 +1,7 @@ #!/bin/sh /etc/rc.common # Startup Script for wifi_schedule -START=100 +START=99 start() { /usr/bin/wifi_schedule.sh startup