1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Remove cron references

This commit is contained in:
Yalh 2019-01-23 04:20:25 +01:00 committed by yalh76
parent f6910bc9ca
commit 3bc1bb496b
2 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@ ynh_backup "/etc/systemd/system/$app.service"
# BACKUP A CRON FILE
#=================================================
ynh_backup "/etc/cron.d/$app"
#ynh_backup "/etc/cron.d/$app"
#=================================================

View file

@ -135,7 +135,7 @@ systemctl enable $app.service
# RESTORE THE CRON FILE
#=================================================
ynh_restore_file "/etc/cron.d/$app"
#ynh_restore_file "/etc/cron.d/$app"
#=================================================
# RESTORE THE LOGROTATE CONFIGURATION