summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xruncthon3
1 files changed, 2 insertions, 1 deletions
diff --git a/runcthon b/runcthon
index f95e346..8397395 100755
--- a/runcthon
+++ b/runcthon
@@ -66,7 +66,8 @@ umountall()
for mnts in `cat /proc/mounts | grep nfs | awk '{print $2}'`
do
[ "/mnt/nfsv$vers$proto" = "$mnts" ] && {
- ./domount -u /mnt/nfsv$vers$proto
+ echo "sudo umount /mnt/nfsv$vers$proto"
+ sudo umount /mnt/nfsv$vers$proto
}
done
done