We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99600aa commit c86ff4cCopy full SHA for c86ff4c
install
@@ -86,10 +86,10 @@ source ${TOP_DIR}/etc/moss.conf 2>/dev/null
86
[ ! -d $INST_DIR ] && mkdir -p $INST_DIR
87
88
## Check Basic Config
89
-if ! grep '^MOSSED$' ${INST_LOG} > /dev/null 2>&1 ;then
+#if ! grep '^MOSSED$' ${INST_LOG} > /dev/null 2>&1 ;then
90
#[ -z ${OS_HOSTNAME} ] && fail_msg "You have to set OS_HOSTNAME in ${TOP_DIR}/etc/moss.conf!"
91
#[ -z ${OS_ROOT_PASSWD} ] && fail_msg "You have to set OS_ROOT_PASSWD in ${TOP_DIR}/etc/moss.conf!"
92
-fi
+#fi
93
94
# Check wget command
95
yum install -y wget
0 commit comments