1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 11:53:59 +02:00
openwrt-packages/net/simple-adblock/files/simple-adblock.hotplug
2020-03-29 05:13:07 +00:00

6 lines
102 B
Bash

#!/bin/sh
if [ "$ACTION" = "ifup" ]; then
sleep 10 && /etc/init.d/simple-adblock start hotplug &
fi