mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-19 03:47:38 +08:00
fix another undocumented case related to networks
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
92a7b156a7
commit
5ad1efde2e
1 changed files with 0 additions and 3 deletions
|
@ -414,9 +414,6 @@ class DockerActionManager
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
} catch (RequestException $e) {
|
} catch (RequestException $e) {
|
||||||
if ($e->getCode() !== 404) {
|
|
||||||
throw $e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue