C'est réparé...

darcs-hash:20080222112002-af139-fcfed3abc301715315abbd2226dfb101a5c77e0b.gz
This commit is contained in:
Jeremie Dimino 2008-02-22 12:20:02 +01:00
parent 7477b505ac
commit 82bbc57a76

View file

@ -3,8 +3,6 @@
VPN_NAME=ovh
PID_FILE=/var/run/openvpn.${VPN_NAME}.pid
exit 0
if [[ ! -f $PID_FILE || ! -d /proc/$(< $PID_FILE) ]] && ! fping -q ovh.adm.crans.org; then
if fping -q ovh.crans.org; then
if /etc/init.d/openvpn start ${VPN_NAME} > /dev/null; then