mirror of
https://github.com/YunoHost-Apps/airsonic_ynh.git
synced 2024-09-03 18:06:14 +02:00
Update scripts/remove
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
3ad773673e
commit
a82920594a
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ ynh_remove_nginx_config
|
|||
# Remove the data directory if --purge option is used
|
||||
if [ "${YNH_APP_PURGE:-0}" -eq 1 ]
|
||||
then
|
||||
ynh_script_progression --message="Removing app data directory..." --time --weight=1
|
||||
ynh_script_progression --message="Removing app data directory..." --weight=1
|
||||
ynh_secure_remove --file="/home/yunohost.app/$app"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue