add default standalonedockernetwork

This commit is contained in:
Andras Bacsai
2023-05-24 14:56:41 +02:00
parent 838d6f1981
commit b07f2c486c
4 changed files with 18 additions and 9 deletions

View File

@@ -82,8 +82,6 @@ class SyncBunny extends Command
$pool->purge(url: "$bunny_cdn/$versions"),
]);
echo "All files uploaded & purged...\n";
return;
throw new \Exception("Something went wrong.");
} catch (\Exception $e) {
echo $e->getMessage();
}