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:
parent
6e309e5a83
commit
6e2f17bd07
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue