Skip to content

Commit c86ff4c

Browse files
author
root
committed
1.6.3 release
1 parent 99600aa commit c86ff4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ source ${TOP_DIR}/etc/moss.conf 2>/dev/null
8686
[ ! -d $INST_DIR ] && mkdir -p $INST_DIR
8787

8888
## Check Basic Config
89-
if ! grep '^MOSSED$' ${INST_LOG} > /dev/null 2>&1 ;then
89+
#if ! grep '^MOSSED$' ${INST_LOG} > /dev/null 2>&1 ;then
9090
#[ -z ${OS_HOSTNAME} ] && fail_msg "You have to set OS_HOSTNAME in ${TOP_DIR}/etc/moss.conf!"
9191
#[ -z ${OS_ROOT_PASSWD} ] && fail_msg "You have to set OS_ROOT_PASSWD in ${TOP_DIR}/etc/moss.conf!"
92-
fi
92+
#fi
9393

9494
# Check wget command
9595
yum install -y wget

0 commit comments

Comments
 (0)