Fixed some timing issues when a Stop is issued.
This commit is contained in:
parent
8ee46752b8
commit
2e84749315
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ case 'stop':
|
|||
$result->getMessage(), 'horde.error');
|
||||
} else {
|
||||
$notification->push(_("The server was stopped."), 'horde.success');
|
||||
sleep(2);
|
||||
}
|
||||
break;
|
||||
case 'start':
|
||||
|
|
Reference in a new issue