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

Merge pull request #2 from YunoHost-Apps/fix-1

Don't try to backup non-existent cron file
This commit is contained in:
Marc Ordinas i Llopis 2023-03-19 22:41:16 +01:00 committed by GitHub
commit 5a7ffe724b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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