1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redmine_ynh.git synced 2024-09-03 20:16:16 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2023-01-16 19:35:08 +01:00
parent a972e6f2f7
commit 010e230cd2

View file

@ -84,7 +84,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" --keep="$final_path/config/database.yml $final_path/config/configuration.yml"
ynh_setup_source --dest_dir="$final_path" --keep="config/database.yml $final_path/config/configuration.yml"
fi
mkdir -p "$final_path/files" "$final_path/log" "$final_path/tmp" "$final_path/public/plugin_assets"