Schedule tasks: Turning off wifi

I would like to turn off (disable) my wifi Radio1 (mode client)
at 12:30 AM automatically .

This one
:

I used this command but it's didn't work

30 00 * * * /sbin/wifi down

I'm running LuCi 19.07.4

Thanks for your help :slightly_smiling_face:

See also:

3 Likes

It's didn't work , I don't know the reason .
The time is correct

Did you enable the force option? If not, give that a try.

1 Like

You could also try

30 00 * * * ifdown wlan

(adjust the wlan to match your interface name)

1 Like

Can I still download this if I am using an older working version of OpenWRT?

Try doing it via the UI ?

19.07 discussed here, is an older version...

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.