From 0d58017636860cad5e25cb95d6b39a8dbd327f37 Mon Sep 17 00:00:00 2001 From: Gregor Harlan Date: Tue, 21 May 2024 14:02:18 +0200 Subject: [PATCH] Lokales Setup: Bevorzugt von einem der Hosts die Datenbank laden --- deployer/tasks/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployer/tasks/setup.php b/deployer/tasks/setup.php index 418dcd1..9cb0d27 100644 --- a/deployer/tasks/setup.php +++ b/deployer/tasks/setup.php @@ -68,7 +68,7 @@ private function chooseSource(): Host|string writeln('The data can be imported from one of the hosts, or from dump file.'); writeln(''); - if (!askConfirmation('Import from host')) { + if (!askConfirmation('Import from host', true)) { return $this->chooseSourceFile(); }