Skip to content
Snippets Groups Projects
Commit 159a1273 authored by daniel.pondruff's avatar daniel.pondruff Committed by daniel.pondruff
Browse files

- add new dovecot install script to ox-installer.sh

parent c393a235
No related branches found
No related tags found
2 merge requests!7Issue16 7102,!1Codecept
......@@ -225,7 +225,15 @@ if [ "$INSTALL_GUARD" = true ] ; then
fi
if [ "$INSTALL_DOVECOT" = true ] ; then
setup/install-dovecot.sh -s
if [[ "${INSTALL_TYPE}" == *"singlenode"* ]]; then
# ensure that all components will be "force" installed if on any singlenode
echo "Installing documents for singlenode environment ..."
features/dovecot.sh --install --enable
else
# let the environment variables do the selection magic
echo "Docker/Dovecot install is currently not supported by ox-installer...."
exit 1
fi
fi
if [ "${OX_INIT}" = true ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment