Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chef Cookbooks
typo3-solr
Commits
302f02f8
Commit
302f02f8
authored
Oct 03, 2017
by
Stefan Galinski
🎮
Browse files
[TASK] Add a sleep call after the restart... the script is too fast
parent
a13d833d
Changes
1
Hide whitespace changes
Inline
Side-by-side
providers/app.rb
View file @
302f02f8
...
...
@@ -88,8 +88,9 @@ action :add do
EOF
end
# start solr
# start solr
and wait some time (otherwise the "add core" calls are maybe not executed, because the server is not started)
execute
'systemctl restart solr'
execute
'sleep 5'
# Setup Tika server
directory
node
[
'typo3_solr'
][
'solr'
][
'tika_home'
]
do
...
...
Write
Preview
Supports
Markdown
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