mirror of
https://github.com/YunoHost-Apps/firefly-iii_ynh.git
synced 2024-09-03 18:36:13 +02:00
rm -r -> ynh_secure_remove
This commit is contained in:
parent
e22d59ac11
commit
01d1cdb240
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ then
|
|||
mkdir -p "$final_path/storage/export/"
|
||||
cp -a "$final_path/storage/upload/" "$tmpdir/storage/upload/"
|
||||
cp -a "$final_path/storage/export/" "$tmpdir/storage/export/"
|
||||
rm -Rf "$final_path"
|
||||
ynh_secure_remove "$final_path"
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$final_path"
|
||||
|
@ -111,7 +111,7 @@ then
|
|||
cp -a "$tmpdir/storage/export/" "$final_path/storage/export/"
|
||||
|
||||
# Remove temporary directory
|
||||
rm -Rf "$tmpdir"
|
||||
ynh_secure_remove "$tmpdir"
|
||||
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue