mirror of
https://github.com/YunoHost-Apps/umami_ynh.git
synced 2024-10-01 13:34:50 +02:00
Don't use rm
This commit is contained in:
parent
9c251d34b5
commit
08e0aa64d7
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ pushd "$install_dir/release"
|
|||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn add npm-run-all dotenv prisma
|
||||
popd
|
||||
|
||||
rm -rf $install_dir/.cache
|
||||
rm -rf $install_dir/build
|
||||
ynh_secure_remove --file="$install_dir/.cache"
|
||||
ynh_secure_remove --file="$install_dir/build"
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
|
Loading…
Add table
Reference in a new issue