From 493e67ba9749704fc2ecea65e3d0db579a44007c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:42:07 +0100 Subject: [PATCH] Update upgrade : let's try to force the update.sh call to be non-interactive... --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 809b100..90d30a4 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -262,7 +262,7 @@ then # Update JavaScript dependencies pushd "$final_path" - ./bin/update.sh --version="?" -y + ./bin/update.sh --version="?" -y < "" # Store the config file checksum into the app settings ynh_store_file_checksum --file="$final_path/config/config.inc.php"