Skip to content
Snippets Groups Projects
Commit 5770244c authored by benedikt.kroening's avatar benedikt.kroening
Browse files

fixed guard

parent 8e20794d
No related branches found
No related tags found
No related merge requests found
......@@ -89,14 +89,13 @@ if [[ -z "${AS_GUARD_VERSION}" ]] || [[ "${INSTALL_GUARD}" = false ]]; then
exit 0
fi
#
if [[ "${INSTALL_GUARD_BACKEND}" = true ]]; then
# These packages are guard only, see below for middleware realted guard packages
PACKAGES="open-xchange-guard open-xchange-guard-file-storage"
fi
#
if [[ "${INSTALL_GUARD_MIDDLEWARE}" = true ]]; then
if [[ "${INSTALL_GUARD_BACKEND}" = true ]] || [[ "${INSTALL_TYPE}" == "singlenode" ]]; then
# These packages are guard only, see below for middleware realted guard packages
PACKAGES="open-xchange-guard open-xchange-guard-file-storage"
fi
PACKAGES="${PACKAGES} open-xchange-guard-ui open-xchange-guard-backend-plugin"
fi
......
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