6 lines
70 B
Bash
6 lines
70 B
Bash
#!/bin/sh
|
|
|
|
[ "$1" != "start" ] && exit 0
|
|
|
|
/opt/bin/unblock_ipset.sh &
|