wifischedule: fix init.d START
Fixes: https://github.com/openwrt/packages/issues/25064 Signed-off-by: Jan Chren ~rindeal <dev.rindeal@gmail.com>
This commit is contained in:
parent
2455bc08b4
commit
b155d37ecc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue