We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798da2f commit 3324781Copy full SHA for 3324781
zammad/templates/configmap-init.yaml
@@ -44,12 +44,12 @@ data:
44
{{ if and .Values.zammadConfig.elasticsearch.reindex }}
45
bundle exec rake zammad:searchindex:rebuild
46
{{ else }}
47
- echo "Checking if an elasticsearch index already exists."
+ echo "Checking if an elasticsearch index already exists…"
48
if bundle exec rails r "SearchIndexBackend.index_exists?('Ticket') || exit(1)"
49
then
50
echo "Elasticsearch index exists, no automatic reindexing is needed."
51
else
52
- echo "Elasticsearch index does not exist yet, create it now.."
+ echo "Elasticsearch index does not exist yet, create it now…"
53
54
fi
55
{{ end }}
0 commit comments