Exit 0 when copying db

This commit is contained in:
philipp lang 2025-05-30 00:43:43 +02:00
parent 0ea3f4adce
commit 63b57f3da7
1 changed files with 2 additions and 0 deletions

View File

@ -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