1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

adding comment: "Removing the cron..."

This commit is contained in:
OniriCorpe 2024-02-22 04:12:17 +01:00
parent 5f4586661f
commit d579e034a1

View file

@ -52,6 +52,7 @@ ynh_add_fpm_config
ynh_use_logrotate --non-append
if [ -f "/etc/cron.d/$app" ]; then
ynh_print_info --message="Removing the cron..."
ynh_secure_remove --file="/etc/cron.d/$app"
fi