Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
QA
ox-installer
Commits
f815bf05
Commit
f815bf05
authored
Nov 12, 2020
by
benedikt.kroening
Browse files
spellcheck:a dapted to new repo-writer
parent
40da897c
Changes
1
Hide whitespace changes
Inline
Side-by-side
features/spellcheck.sh
View file @
f815bf05
...
...
@@ -128,16 +128,14 @@ if [[ "${INSTALL_TYPE}" == *"singlenode"* ]]; then
fi
if
[[
"
${
FEATURE_SPELLCHECK
}
"
=
true
]]
;
then
if
[[
"
${
FEATURE_INSTALL
}
"
=
true
]]
;
then
if
[[
"
${
SPELLCHECK_SERVER
}
"
=
true
]]
;
then
echo
"Adding spellcheck server packages ..."
PACKAGES
=
"open-xchange-spellcheck hunspell"
fi
installPackagesRetry
"
${
PACKAGES
}
"
if
[[
"
${
SPELLCHECK_SERVER
}
"
=
true
]]
;
then
writeSpellcheckRepository
echo
"Adding spellcheck server packages ..."
PACKAGES
=
"open-xchange-spellcheck hunspell"
fi
installPackagesRetry
"
${
PACKAGES
}
"
if
[[
"
${
FEATURE_ENABLE
}
"
=
true
]]
;
then
echo
"Enabling FEATURE_SPELLCHECK ..."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment