fixed a minor problem

This commit is contained in:
jjhua 2013-10-22 13:25:45 -04:00
parent e852d0b264
commit f8daa39253

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -vx
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
# This script, ("mountinstall"), is a sample xCAT post script for
@ -28,8 +28,8 @@ if [ -z "$INSTALLDIR" ]; then
fi
mount | grep "$MASTER:$INSTALLDIR"
if [ $? -ne 0 ]
mount | grep "$MASTER:$INSTALLDIR on /install"
if [ $? -eq 0 ]
then
exit 0
fi