mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 14:54:33 +04:00
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:
committed by
Hannu Nyman
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
|
||||
|
||||
Reference in New Issue
Block a user