From 2ad97bcfa9e811bfdee5adefe6f954591c2415b4 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Fri, 30 May 2025 00:43:43 +0200 Subject: [PATCH] Exit 0 when copying db --- bin/copydb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/copydb b/bin/copydb index cae2b846..dc35b01c 100755 --- a/bin/copydb +++ b/bin/copydb @@ -8,3 +8,5 @@ sudo mysql adrema < 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