Skip to content
Snippets Groups Projects
Commit afb00e92 authored by sveseli's avatar sveseli
Browse files

add sleep for restarts

parent e95460f7
No related branches found
No related tags found
No related merge requests found
...@@ -102,6 +102,7 @@ stop() { ...@@ -102,6 +102,7 @@ stop() {
restart() { restart() {
stop stop
sleep 1
start start
} }
......
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