1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fab-manager_ynh.git synced 2024-09-03 18:36:16 +02:00

Update upgrade

This commit is contained in:
yalh76 2022-10-02 00:47:07 +02:00
parent 68cf48db95
commit c417b5ded6

View file

@ -112,8 +112,8 @@ then
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --keep="config/secrets.yml config/database.yml" ynh_setup_source --dest_dir="$final_path" --keep="config/secrets.yml config/database.yml"
cp "$tmpdir/secrets.yml" "$final_path/config/database.yml" cp -f "$tmpdir/secrets.yml" "$final_path/config/database.yml"
cp "$tmpdir/database.yml" "$final_path/config/database.yml" cp -f "$tmpdir/database.yml" "$final_path/config/database.yml"
ynh_secure_remove --file="$tmpdir" ynh_secure_remove --file="$tmpdir"
fi fi