mirror of
https://github.com/YunoHost-Apps/wikijs_ynh.git
synced 2024-09-03 20:36:09 +02:00
replace rm -rf by ynh_secure_remove
This commit is contained in:
parent
1c5493b216
commit
86cf51c721
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ ynh_remove_app_dependencies
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
ynh_remove_nodejs
|
ynh_remove_nodejs
|
||||||
|
|
||||||
rm -rf "/etc/apt/sources.list.d/yarn.list"
|
ynh_secure_remove "/etc/apt/sources.list.d/yarn.list"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# REMOVE APP MAIN DIR
|
# REMOVE APP MAIN DIR
|
||||||
|
|
Loading…
Add table
Reference in a new issue