From 4dd19ae0ca4fa6c9b5d500ed07c2a70173089eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 16 Apr 2023 17:19:19 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 3df00d9..d7725cf 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -145,7 +145,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ] then ynh_script_progression --message="Upgrading $app with Carton..." --weight=4 pushd "$install_dir" -#REMOVEME? ynh_secure_remove --file="$install_dir/local" + ynh_secure_remove --file="$install_dir/local" carton install --without=mysql --without=htpasswd --without=test popd fi