1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrumblr_ynh.git synced 2024-09-03 20:16:29 +02:00

Merge branch 'testing' of https://github.com/oiseauroch/scrumblr_ynh into pr/16

This commit is contained in:
ericgaspar 2022-01-10 09:35:26 +01:00
commit 756c60e789
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -53,6 +53,13 @@ ynh_script_progression --message="Removing logrotate configuration..." --weight=
# Remove the app-specific logrotate config
ynh_remove_logrotate
#=================================================
# REMOVE LOG DIR
#=================================================
ynh_script_progression --message="Removing log dir..." --weight=1
ynh_secure_remove --file="/var/log/$app"
#=================================================
# REMOVE DEPENDENCIES
#=================================================