diff --git a/scripts/upgrade b/scripts/upgrade index 1fbf38b..bcc8364 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -126,18 +126,15 @@ ynh_system_user_create --username=$app --home_dir="$final_path" # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= -if [ "$upgrade_type" == "UPGRADE_APP" ] -then - ynh_script_progression --message="Upgrading source files..." --weight=2 +ynh_script_progression --message="Upgrading source files..." --weight=2 - ynh_setup_source --dest_dir="$final_path/build" - ynh_setup_source --dest_dir="$final_path/build_ldap" --source_id="ldap" - mkdir -p "$final_path/live/data" - mkdir -p "$final_path/live_ldap/data" - ynh_secure_remove --file="$final_path/live/static/" - cp -r "$final_path/build/static/" "$final_path/live/" - ynh_replace_string --match_string="
Galène
" --replace_string="
Galène
" --target_file="$final_path/live/static/galene.html" -fi +ynh_setup_source --dest_dir="$final_path/build" +ynh_setup_source --dest_dir="$final_path/build_ldap" --source_id="ldap" +mkdir -p "$final_path/live/data" +mkdir -p "$final_path/live_ldap/data" +ynh_secure_remove --file="$final_path/live/static/" +cp -r "$final_path/build/static/" "$final_path/live/" +ynh_replace_string --match_string="
Galène
" --replace_string="
Galène
" --target_file="$final_path/live/static/galene.html" chmod 750 "$final_path" chmod -R o-rwx "$final_path"