mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
rm -r -> ynh_secure_remove
This commit is contained in:
parent
4ce8fb11e2
commit
cd5600b218
1 changed files with 2 additions and 2 deletions
|
@ -68,9 +68,9 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]; then
|
|||
ynh_setup_source --dest_dir="$tmpdir"
|
||||
## clean & copy files needed to final folder
|
||||
myynh_clean_source
|
||||
[ -e "$tmpdir/config.php" ] && rm "$tmpdir/config.php"
|
||||
[ -e "$tmpdir/config.php" ] && ynh_secure_remove "$tmpdir/config.php"
|
||||
cp -a "$tmpdir/." "$final_path"
|
||||
rm -R "$tmpdir"
|
||||
ynh_secure_remove "$tmpdir"
|
||||
## set permissions
|
||||
myynh_set_permissions
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue