summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
diff options
context:
space:
mode:
authoringmthompson <ingmthompson@users.noreply.github.com>2014-04-16 07:43:42 +1000
committeringmthompson <ingmthompson@users.noreply.github.com>2014-04-16 07:43:42 +1000
commit922e4ab6577b80c4c6ded7f8876693deea3a1dff (patch)
tree3ab2008ce96982b0b6055419d64a82e7d258d65c /usr/local/sbin
parenta15450e735e5754be0f5f62b96e5c7143d52169b (diff)
downloadpfsense-922e4ab6577b80c4c6ded7f8876693deea3a1dff.zip
pfsense-922e4ab6577b80c4c6ded7f8876693deea3a1dff.tar.gz
Add missing closing quotes
Diffstat (limited to 'usr/local/sbin')
-rwxr-xr-xusr/local/sbin/ovpn_auth_verify2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/sbin/ovpn_auth_verify b/usr/local/sbin/ovpn_auth_verify
index ddfd844..81aa08e 100755
--- a/usr/local/sbin/ovpn_auth_verify
+++ b/usr/local/sbin/ovpn_auth_verify
@@ -7,7 +7,7 @@ else
RESULT = $(/usr/local/sbin/fcgicli -f /etc/inc/openvpn.auth-user.php -d "username=$username&password=$password&cn=$common_name&strictcn=$3&authcfg=$2&modeid=$4")
fi
-if [ "${RESULT} = "OK" ]; then
+if [ "${RESULT}" = "OK" ]; then
exit 0
fi
OpenPOWER on IntegriCloud