mirror of
https://github.com/YunoHost-Apps/tinyfilemanager_ynh.git
synced 2024-09-03 20:36:01 +02:00
Update remove
This commit is contained in:
parent
52a3eb637e
commit
15cc3f4543
1 changed files with 3 additions and 3 deletions
|
@ -36,9 +36,9 @@ ynh_script_progression --message="Removing app main directory..." --time --weigh
|
|||
# Remove the app directory securely
|
||||
ynh_secure_remove --file="$final_path"
|
||||
|
||||
=================================================
|
||||
REMOVE DATA DIR
|
||||
=================================================
|
||||
#=================================================
|
||||
# REMOVE DATA DIR
|
||||
#=================================================
|
||||
|
||||
Remove the data directory if --purge option is used
|
||||
if [ "${YNH_APP_PURGE:-0}" -eq 1 ]
|
||||
|
|
Loading…
Add table
Reference in a new issue