Commit 9945632b authored by Ophélie Gagnard's avatar Ophélie Gagnard

installation/automation-script.sh: Fix a bug.

parent 1ab1d9a7
......@@ -60,7 +60,7 @@ cat > ${MCA_CONF_PATH}flb.conf.in << "EOF"
EOF
CONF_REGEX="s|%WENDELIN_REFERENCE%|${WENDELIN_REFERENCE}|g;s|%WENDELIN_PWD%|${WENDELIN_PWD}|g"
sed "${CONF_REFEX}" ${MCA_CONF_PATH}/flb.conf.in > ${MCA_CONF_PATH}/flb.conf
sed "${CONF_REGEX}" ${MCA_CONF_PATH}/flb.conf.in > ${MCA_CONF_PATH}/flb.conf
### SCAN THE DESIRED DIRECTORIES
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment