From 0d3ac9a7917d18d7c86a282ff32d9f611e12007d Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 14 Jun 2022 13:43:07 +0200 Subject: [PATCH] (bug) error message during the setup: the input device is not a TTY --- CHANGELOG.md | 1 + setup/setup.sh | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f3778cf..8de7ff07b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - During the setup, autoconfigure the main domain - During the setup, ask to set ALLOW_INSECURE_HTTP if DEFAULT_PROTOCOL was set to http - Fix a bug: unable to generate the secret key base during the setup +- Fix a bug: error message during the setup: the input device is not a TTY - [TODO DEPLOY] `\curl -sSL https://raw.githubusercontent.com/sleede/fab-manager/master/scripts/set-docker-user.sh | bash` ## v5.4.4 2022 June 8 diff --git a/setup/setup.sh b/setup/setup.sh index 05a118766..bc8c1f018 100755 --- a/setup/setup.sh +++ b/setup/setup.sh @@ -418,22 +418,22 @@ setup_assets_and_databases() read -rp "Continue? (Y/n) " confirm