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:
commit
b389bc4616
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,7 @@ then
|
||||||
cp -a "$final_path/storage/export/" "$tmpdir/storage/export/"
|
cp -a "$final_path/storage/export/" "$tmpdir/storage/export/"
|
||||||
ynh_secure_remove --file="$final_path"
|
ynh_secure_remove --file="$final_path"
|
||||||
|
|
||||||
|
|
||||||
# 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"
|
ynh_setup_source --dest_dir="$final_path"
|
||||||
|
|
||||||
|
@ -114,6 +115,7 @@ then
|
||||||
# Remove temporary directory
|
# Remove temporary directory
|
||||||
ynh_secure_remove --file="$tmpdir"
|
ynh_secure_remove --file="$tmpdir"
|
||||||
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue