6 lines
98 B
Text
6 lines
98 B
Text
|
#!/bin/sh
|
||
|
|
||
|
if [[ "$ACTION" == "ifup" ]]; then
|
||
|
sleep 10 && /etc/init.d/simple-adblock start &
|
||
|
fi
|