summaryrefslogtreecommitdiffstats
path: root/sanity/system_light/scripts/fsx/fsx.sh
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrabhat@gluster.com>2012-03-07 20:48:51 +0530
committerRaghavendra Bhat <raghavendrabhat@gluster.com>2012-03-07 20:49:15 +0530
commitfa5b1e8452c3a92f36a72a7f1cc581e67e7eed23 (patch)
treed0a11023ea88c062e89b7e99f7595766b455ef2d /sanity/system_light/scripts/fsx/fsx.sh
parent172fef9be01b0ab6a3460fef62bbee960fa3a0a9 (diff)
sanity: fix a typo in fsx script
Change-Id: I77f5e82a6a04166dd200173cffa097d7b74cff9c Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
Diffstat (limited to 'sanity/system_light/scripts/fsx/fsx.sh')
-rwxr-xr-xsanity/system_light/scripts/fsx/fsx.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sanity/system_light/scripts/fsx/fsx.sh b/sanity/system_light/scripts/fsx/fsx.sh
index 0d1a5e2..d76b5c4 100755
--- a/sanity/system_light/scripts/fsx/fsx.sh
+++ b/sanity/system_light/scripts/fsx/fsx.sh
@@ -8,6 +8,7 @@ function main ()
return 0;
else
return 1;
+ fi
}
main "$@"; \ No newline at end of file