From 060d40ef4e27f1cbd045b6d85435738cd6942b2c Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 29 Nov 2023 20:01:18 +0100 Subject: [PATCH] remove * --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 60f04c1..dbb5105 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -38,7 +38,7 @@ fi if [ "$upgrade_type" == "UPGRADE_APP" ] then # purge the "bundles" folder to avoid pointlessly taking up space at each update - ynh_secure_remove --file="$install_dir/bundles/*" + ynh_secure_remove --file="$install_dir/bundles/" ynh_script_progression --message="Upgrading source files..." --weight=1