summaryrefslogtreecommitdiffstats
path: root/utils/gssd
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gssd')
-rw-r--r--utils/gssd/gss_destroy_creds2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gssd/gss_destroy_creds b/utils/gssd/gss_destroy_creds
index 666bdd9..1f978d1 100644
--- a/utils/gssd/gss_destroy_creds
+++ b/utils/gssd/gss_destroy_creds
@@ -1,6 +1,6 @@
#!/bin/bash
-path=`mount|grep rpc_pipefs|head -1|awk '{ print $3 }'`
+path=`mount|grep rpc_pipefs|awk '{ print $3;exit }'`
if [ -z "$path" ]; then
echo "unable to find rpc_pipefs; is it mounted?"