summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2014-08-13 09:14:52 -0400
committerSteve Dickson <steved@redhat.com>2014-08-13 09:16:58 -0400
commit71c9118335e124c09affac1c55c12fa61b8a7ba7 (patch)
treedd956c6d6303b3881c87ec6e539e24fd8dd18721
parent70593cf973feeb0ee3fe4a3f87986c952aa7bf0a (diff)
downloadcthon04-71c9118335e124c09affac1c55c12fa61b8a7ba7.tar.gz
cthon04-71c9118335e124c09affac1c55c12fa61b8a7ba7.tar.xz
cthon04-71c9118335e124c09affac1c55c12fa61b8a7ba7.zip
Fixed a warning in server script cause by commit 537d704
Signed-off-by: Steve Dickson <steved@redhat.com>
-rwxr-xr-xserver2
1 files changed, 1 insertions, 1 deletions
diff --git a/server b/server
index e512b7d..94619ec 100755
--- a/server
+++ b/server
@@ -129,7 +129,7 @@ HOSTNAME=`hostname`
HOSTNAME=`expr $HOSTNAME : '\([^.]*\)'`
NFSTESTDIR=$MNTPOINT/$HOSTNAME.test
export NFSTESTDIR
-if test $ask2mnt = "yes"
+if test "$ask2mnt" = "yes"
then
echo $DASHN "Start tests on path $NFSTESTDIR [y/n]?" "$BLC"
read ans