From 921f49b027d01a57d5207f19f1295696b1985252 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sun, 12 Nov 2023 18:18:34 +0100 Subject: [PATCH] upgrade: fix call to bin/update.sh, add -y option, make it consistent with the other call --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index d05db8c..9456974 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -262,7 +262,7 @@ then # Update JavaScript dependencies (cd "$final_path" - /usr/bin/php$phpversion -q ./bin/update.sh -v ?) + ./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"