From 4acd56e6611166381b76dbcbb5388fe286d4bb42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Fri, 1 Jul 2022 08:13:33 +0200 Subject: [PATCH] Update app/tasks/install.php Co-authored-by: Christy Jacob --- app/tasks/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tasks/install.php b/app/tasks/install.php index e6fe5f4439..6349a162fa 100644 --- a/app/tasks/install.php +++ b/app/tasks/install.php @@ -25,7 +25,7 @@ $cli * 2. Check for older setup and get older version - DONE * 2.1 If older version is equal or bigger(?) than current version, **stop setup** * 2.2. Get ENV vars - DONE - * 2.2.1 Fetch from older ompo.yml file + * 2.2.1 Fetch from older docker-compose.yml file * 2.2.2 Fetch from older .env file (manually parse) * 2.3 Use old ENV vars as default values * 2.4 Ask for all required vars not given as CLI args and if in interactive mode