sleep qpidd stop a second time. apparently five seconds it enough to do something here.
Former-commit-id: 92672f16a6860029de0f46fab31b053ebff87a05 [formerlyafca50159e
] Former-commit-id:9bb5c72e23
This commit is contained in:
parent
ab8a49a523
commit
51ceae3c06
1 changed files with 2 additions and 0 deletions
|
@ -326,6 +326,8 @@ edex_stop() { # stop all edex services
|
|||
su -c "service qpidd stop"
|
||||
su -c "service httpd-pypies stop"
|
||||
su -c "service edex_postgres stop"
|
||||
sleep 5
|
||||
su -c "service qpidd stop"
|
||||
edex_status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue