Fixed some timing issues when a Stop is issued.
parent
8ee46752b8
commit
2e84749315
|
@ -33,6 +33,7 @@ case 'stop':
|
||||||
$result->getMessage(), 'horde.error');
|
$result->getMessage(), 'horde.error');
|
||||||
} else {
|
} else {
|
||||||
$notification->push(_("The server was stopped."), 'horde.success');
|
$notification->push(_("The server was stopped."), 'horde.success');
|
||||||
|
sleep(2);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'start':
|
case 'start':
|
||||||
|
|
Reference in New Issue