mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-09 00:46:25 +00:00
typo fix
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
1ef85eb1ba
commit
bdca1cd9a0
4
setup.sh
4
setup.sh
@ -14,7 +14,7 @@ LANG_OPTIONS=("de-at" "de-ch" "de-de" "en" "en-gb" "es" "fr" "it" "nl" "pl-pl")
|
|||||||
PLUGIN_OPTIONS=("contactfax" "desktopnotifications" "filepreviewer" "files" "filesbackend-smb" "filesbackend-owncloud" "folderwidgets" "gmaps" "intranet" "mattermost" "mdm" "pimfolder" "quickitems" "smime" "titlecounter" "webappmanual" "zdeveloper")
|
PLUGIN_OPTIONS=("contactfax" "desktopnotifications" "filepreviewer" "files" "filesbackend-smb" "filesbackend-owncloud" "folderwidgets" "gmaps" "intranet" "mattermost" "mdm" "pimfolder" "quickitems" "smime" "titlecounter" "webappmanual" "zdeveloper")
|
||||||
|
|
||||||
lang_menu() {
|
lang_menu() {
|
||||||
echo "Avaliable options:"
|
echo "Available options:"
|
||||||
for i in "${!LANG_OPTIONS[@]}"; do
|
for i in "${!LANG_OPTIONS[@]}"; do
|
||||||
printf "%3d%s) %s\n" $((i+1)) "${lang_choices[i]:- }" "${LANG_OPTIONS[i]}"
|
printf "%3d%s) %s\n" $((i+1)) "${lang_choices[i]:- }" "${LANG_OPTIONS[i]}"
|
||||||
done
|
done
|
||||||
@ -22,7 +22,7 @@ lang_menu() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugin_menu() {
|
plugin_menu() {
|
||||||
echo "Avaliable options:"
|
echo "Available options:"
|
||||||
for i in "${!PLUGIN_OPTIONS[@]}"; do
|
for i in "${!PLUGIN_OPTIONS[@]}"; do
|
||||||
printf "%3d%s) %s\n" $((i+1)) "${plugin_choices[i]:- }" "${PLUGIN_OPTIONS[i]}"
|
printf "%3d%s) %s\n" $((i+1)) "${plugin_choices[i]:- }" "${PLUGIN_OPTIONS[i]}"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user