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

Don't try to backup non-existent cron file

This commit is contained in:
Marc Ordinas i Llopis 2023-03-19 22:39:03 +01:00
parent 1612978261
commit d846ff8470

View file

@ -37,7 +37,7 @@ ynh_backup --src_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
# BACKUP VARIOUS FILES
#=================================================
ynh_backup --src_path="/etc/cron.d/$app"
# ynh_backup --src_path="/etc/cron.d/$app"
#=================================================
# END OF SCRIPT