mirror of
https://github.com/JamesonHuang/OpenWrt_Luci_Lua.git
synced 2024-11-23 22:00:11 +00:00
5 lines
252 B
Plaintext
5 lines
252 B
Plaintext
|
#!/bin/sh
|
||
|
echo "" >> /etc/crontabs/root;
|
||
|
echo "$1 $2 * * $3 /sbin/wifi down mt7628;sleep 4; sed -i '/$1$2$3/d' /etc/crontabs/root; crontab /etc/crontab/root; # $1$2$3 " >> /etc/crontabs/root; crontab /etc/crontabs/root;
|
||
|
echo "" >> /etc/crontabs/root;
|