From d68b166e158a53382cdbba7f3cd67b88a3dc2273 Mon Sep 17 00:00:00 2001
From: philipp lang <philipp@aweos.de>
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 e80be9df..08880491 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