From: Jan Chren ~rindeal Date: Mon, 14 Oct 2024 05:55:25 +0000 (+0000) Subject: wifischedule: fix init.d START X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b155d37ecc0e3e6c1bcaa813f05613cd76b739e0;p=feed%2Fpackages.git wifischedule: fix init.d START Fixes: https://github.com/openwrt/packages/issues/25064 Signed-off-by: Jan Chren ~rindeal --- 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