mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 22:58:38 +01:00
49dbec35f6
Signed-off-by: Stan Grishin <stangri@melmac.net>
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
|