mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
Remove log only if purge are enabled
This commit is contained in:
parent
b0e95f93c2
commit
a689129d2a
1 changed files with 4 additions and 2 deletions
|
@ -26,8 +26,10 @@ ynh_remove_logrotate
|
|||
|
||||
ynh_remove_fail2ban_config
|
||||
|
||||
ynh_script_progression --message='Removing logs...'
|
||||
ynh_secure_remove --file="/var/log/$app"
|
||||
if [ "$YNH_APP_PURGE" -eq 1 ]; then
|
||||
ynh_script_progression --message="Removing logs..."
|
||||
ynh_secure_remove --file=/var/log/"$app"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
|
|
Loading…
Add table
Reference in a new issue