mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 14:34:32 +04:00
6 lines
102 B
Bash
6 lines
102 B
Bash
#!/bin/sh
|
|
|
|
if [ "$ACTION" = "ifup" ]; then
|
|
sleep 10 && /etc/init.d/simple-adblock start hotplug &
|
|
fi
|