forked from urvishpatelce/lxd-app
fix
This commit is contained in:
@ -77,7 +77,7 @@ class LoginController
|
||||
$status = $state['metadata']['status'] ?? 'Stopped';
|
||||
if ($status !== 'Running') {
|
||||
return $this->json($response, [
|
||||
'status' => 'starting',
|
||||
'status' => 'stopped',
|
||||
'message' => 'Container is not yet running',
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user