mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
rm -rf -> ynh_secure_remove
This commit is contained in:
parent
6527e55bd6
commit
5234d1c56f
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ ynh_setup_source "$final_path"
|
|||
cp -a ${final_path}.old/data ${final_path}
|
||||
|
||||
# delete temp directory
|
||||
rm -Rf ${final_path}.old
|
||||
ynh_secure_remove ${final_path}.old
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue