diff --git a/manifest.toml b/manifest.toml index f256022..6be8ff6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Outline" description.en = "Wiki and knowledge base for teams" description.fr = "Wiki et base de connaissances pour les équipes" -version = "0.78.0~ynh1" +version = "0.78.0~ynh2" maintainers = ["Raoul de Limezy"] diff --git a/scripts/upgrade b/scripts/upgrade index ff66ce3..8fe90cc 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -33,7 +33,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="$install_dir" + ynh_setup_source --dest_dir="$install_dir" --full_replace=1 fi chmod -R o-rwx "$install_dir" @@ -72,9 +72,9 @@ then ynh_script_progression --message="Migrating default language variable" if [ "$language" == "fr" ] then - ynh_app_setting_set --app=$app --key=language --value="fr_FR" + ynh_app_setting_set --key=language --value="fr_FR" else - ynh_app_setting_set --app=$app --key=language --value="en_US" + ynh_app_setting_set --key=language --value="en_US" fi else ynh_script_progression --message="No default language migration to be done"