Skip to content

Commit

Permalink
1.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Dec 23, 2014
1 parent 99600aa commit c86ff4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ source ${TOP_DIR}/etc/moss.conf 2>/dev/null
[ ! -d $INST_DIR ] && mkdir -p $INST_DIR

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

# Check wget command
yum install -y wget
Expand Down

0 comments on commit c86ff4c

Please sign in to comment.