mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2025-09-02 18:18:31 +02:00
Remove log only if purge are enabled
This commit is contained in:
@ -26,8 +26,10 @@ ynh_remove_logrotate
|
|||||||
|
|
||||||
ynh_remove_fail2ban_config
|
ynh_remove_fail2ban_config
|
||||||
|
|
||||||
ynh_script_progression --message='Removing logs...'
|
if [ "$YNH_APP_PURGE" -eq 1 ]; then
|
||||||
ynh_secure_remove --file="/var/log/$app"
|
ynh_script_progression --message="Removing logs..."
|
||||||
|
ynh_secure_remove --file=/var/log/"$app"
|
||||||
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# END OF SCRIPT
|
# END OF SCRIPT
|
||||||
|
Reference in New Issue
Block a user