mirror of
https://github.com/YunoHost-Apps/cac-proxy_ynh.git
synced 2024-09-03 18:16:07 +02:00
no rm -rf
This commit is contained in:
parent
adaea1401d
commit
976826598c
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ complete_install=false
|
||||||
# Check if we need to clean up old bad installs
|
# Check if we need to clean up old bad installs
|
||||||
if [ -f "$final_path/package.json" ]; then
|
if [ -f "$final_path/package.json" ]; then
|
||||||
complete_install=true
|
complete_install=true
|
||||||
rm -rf "$final_path/*"
|
ynh_secure_remove --file="$final_path/*"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue