mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
[fix] Bug backup crontab
This commit is contained in:
parent
54ea9ceaae
commit
cfdc9938e2
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ ynh_backup "$final_path" "sources" 1
|
|||
|
||||
# Copy the nginx conf files
|
||||
ynh_backup "/etc/nginx/conf.d/${domain}.d/${app}.conf" "nginx.conf"
|
||||
ynh_backup "/etc/cron.d/${app}.conf" "cron.conf"
|
||||
ynh_backup "/etc/cron.d/${app}" "cron.conf"
|
||||
ynh_backup "/etc/systemd/system/mastodon-web.service" "systemd_web.service"
|
||||
ynh_backup "/etc/systemd/system/mastodon-sidekiq.service" "systemd_sidekiq.service"
|
||||
ynh_backup "/etc/systemd/system/mastodon-streaming.service" "systemd_streaming.service"
|
||||
|
|
Loading…
Reference in a new issue