From 02fa26390a82f787cf7a52cd49c8feed98e3cb26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 28 Jan 2024 17:10:55 +0100 Subject: [PATCH] Remove debug --- scripts/upgrade | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index c1dc40d..4150871 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -28,8 +28,6 @@ ynh_script_progression --message="Ensuring downward compatibility..." #================================================= ynh_script_progression --message="Upgrading source files..." -ynh_exec_warn ls -lah "$install_dir" - # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".config .minio"