Fixed some timing issues when a Stop is issued.

master
penguinc 2005-01-23 06:56:24 +00:00
parent 8ee46752b8
commit 2e84749315
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ case 'stop':
$result->getMessage(), 'horde.error');
} else {
$notification->push(_("The server was stopped."), 'horde.success');
sleep(2);
}
break;
case 'start':