mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
Merge pull request #13 from YunoHost-Apps/rm-r
App using rm -rf that was unspotted so far ... to be reported as error by the linter
This commit is contained in:
commit
db1bfea288
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