mirror of
https://github.com/novatiq/packages.git
synced 2026-07-01 09:40:22 +01:00
ac34bf910e
Signed-off-by: Stan Grishin <stangri@melmac.net>
6 lines
98 B
Bash
6 lines
98 B
Bash
#!/bin/sh
|
|
|
|
if [[ "$ACTION" == "ifup" ]]; then
|
|
sleep 10 && /etc/init.d/simple-adblock start &
|
|
fi
|