From 49d517f0fa6a4fe9a7c914450c0cec2ea0fbb2fd Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 13 Aug 2021 19:58:47 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 750d213..daf3a83 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -12,7 +12,7 @@ source /usr/share/yunohost/helpers #================================================= # LOAD SETTINGS #================================================= -ynh_script_progression --message="Loading installation settings..." --weight=1 +ynh_script_progression --message="Loading installation settings..." --weight=1 app=$YNH_APP_INSTANCE_NAME @@ -80,7 +80,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" --kepp="$final_path/config.php" + ynh_setup_source --dest_dir="$final_path" --keep="$final_path/config.php" fi chmod 750 "$final_path"