mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
remove *
This commit is contained in:
parent
85fdbdf1f0
commit
060d40ef4e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ fi
|
|||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||
then
|
||||
# purge the "bundles" folder to avoid pointlessly taking up space at each update
|
||||
ynh_secure_remove --file="$install_dir/bundles/*"
|
||||
ynh_secure_remove --file="$install_dir/bundles/"
|
||||
|
||||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue