6 lines
164 B
Bash
6 lines
164 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
ROLE=proxy
|
||
|
. /usr/local/bin/proxy_ping_lib.bash || { echo ERROR: loading /usr/local/bin/proxy_ping_lib.bash ; exit 3; }
|
||
|
proxy_ping_firewall_restart $*
|