From e1271d25eac6828f6d4aad00b3453c1cc3c722a9 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Mon, 23 Dec 2024 03:04:59 +0100 Subject: [PATCH] Exit successfully after running copydb --- bin/copydb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/copydb b/bin/copydb index bf8aacb5..d79e7bca 100755 --- a/bin/copydb +++ b/bin/copydb @@ -8,3 +8,5 @@ sudo mysql scoutrobot < db.tmp rm db.tmp echo 'app(\App\Form\FormSettings::class)->fill(["registerUrl" => "http://stammsilva.test/anmeldung/{slug}/register", "clearCacheUrl" => "http://stammsilva.test/adrema/clear-cache"])->save();' | php artisan tinker + +exit 0