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

Merge branch 'testing' into 5.4.5

This commit is contained in:
anmol26s 2020-11-17 04:27:09 +05:30 committed by GitHub
commit b389bc4616
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,6 +104,7 @@ then
cp -a "$final_path/storage/export/" "$tmpdir/storage/export/"
ynh_secure_remove --file="$final_path"
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path"
@ -114,6 +115,7 @@ then
# Remove temporary directory
ynh_secure_remove --file="$tmpdir"
fi
#=================================================