Skip to content
Snippets Groups Projects
Commit 233b0fd1 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

This *should* work

parent ea499604
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,8 @@ if [ x"$MONITORDB" = x"yes" ] ; then
else
MON=nomonitor
fi
sed -e "s/@BACKEND@/$BACKEND/" -e "s/^#$BACKEND#//" -e "s/^#$MON#//" \
-e "s/@PORT@/9009/" -e "s/@SLAVEPORT@/9010/"
sed -e "s/@BACKEND@/${BACKEND}/" \
-e "s/^#${BACKEND}#//" \
-e "s/^#${MON}#//" \
-e "s/@PORT@/${PORT}/" \
-e "s/@SLAVEPORT@/${SLAVEPORT}/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment