From 65f89b5add4e905af7d5213985257d08aa4f2b77 Mon Sep 17 00:00:00 2001 From: Gregor Harlan Date: Tue, 21 May 2024 14:53:29 +0200 Subject: [PATCH] Lokales Setup: Bevorzugt von einem der Hosts die Datenbank laden (#85) --- 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(); }