summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin/openvpn.attributes.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/sbin/openvpn.attributes.sh')
-rwxr-xr-xusr/local/sbin/openvpn.attributes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/sbin/openvpn.attributes.sh b/usr/local/sbin/openvpn.attributes.sh
index b88d1df..add8e32 100755
--- a/usr/local/sbin/openvpn.attributes.sh
+++ b/usr/local/sbin/openvpn.attributes.sh
@@ -8,7 +8,7 @@ if [ "$script_type" = "client-connect" ]; then
fi
elif [ "$script_type" = "client-disconnect" ]; then
command="/sbin/pfctl -a 'openvpn/$common_name' -F rules"
- eval $command
+ eval $command
/sbin/pfctl -k $ifconfig_pool_remote_ip
/sbin/pfctl -K $ifconfig_pool_remote_ip
fi
OpenPOWER on IntegriCloud