Update upgrade

This commit is contained in:
ericgaspar 2021-08-13 19:58:47 +02:00
parent 07368aafde
commit 49d517f0fa
No known key found for this signature in database
GPG Key ID: 574F281483054D44
1 changed files with 2 additions and 2 deletions

View File

@ -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"