mirror of
https://github.com/YunoHost-Apps/digiscreen_ynh.git
synced 2024-09-03 18:26:15 +02:00
Use ynh_secure_remove
This commit is contained in:
parent
c555262f1e
commit
3e27e1e380
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ ynh_npm install
|
|||
ynh_npm run build
|
||||
|
||||
mv $working_path/dist $final_path
|
||||
rm -R $working_path
|
||||
ynh_secure_remove --file=$working_path
|
||||
|
||||
# FIXME: this should be managed by the core in the future
|
||||
# Here, as a packager, you may have to tweak the ownerhsip/permissions
|
||||
|
|
Loading…
Add table
Reference in a new issue