diff options
author | neilbrown <neilbrown> | 2005-12-21 04:10:33 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2005-12-21 04:10:33 +0000 |
commit | 1d715bffd42b582d99f16f5eca46b9cc9b71dbad (patch) | |
tree | 5c27f07f29d31582d0b4328fae1ad84f2ea4d60b /utils/gssd | |
parent | a021f1f459d8fd471123848c8f83a73a5fc1629e (diff) | |
download | nfs-utils-1d715bffd42b582d99f16f5eca46b9cc9b71dbad.tar.gz nfs-utils-1d715bffd42b582d99f16f5eca46b9cc9b71dbad.tar.xz nfs-utils-1d715bffd42b582d99f16f5eca46b9cc9b71dbad.zip |
head/tail fixes
Diffstat (limited to 'utils/gssd')
-rw-r--r-- | utils/gssd/gss_destroy_creds | 2 |
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?" |