From 96214c4f67aaba5cc0fb03a68510406ccd801695 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 4 Aug 2012 11:39:56 +0200 Subject: [PATCH] strongswan update: Add absolute path to ipsecctrl binary. --- config/rootfiles/core/strongswan/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/core/strongswan/update.sh b/config/rootfiles/core/strongswan/update.sh index 7ef3f2fe78..c1d5975b54 100644 --- a/config/rootfiles/core/strongswan/update.sh +++ b/config/rootfiles/core/strongswan/update.sh @@ -34,7 +34,7 @@ done # #Stop services -ipsecctrl D +/usr/local/bin/ipsecctrl D # #Extract files @@ -49,7 +49,7 @@ rm -f /usr/local/bin/vpn-watch # Call the CGI script to regenerate the configuration files. /srv/web/ipfire/cgi-bin/vpnmain.cgi -ipsecctrl S +/usr/local/bin/ipsecctrl S # #Update Language cache -- 2.39.5