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

Remove unnecessary backup commands

This commit is contained in:
tituspijean 2018-02-16 20:18:18 +00:00
parent 5b7e12284e
commit 09ddc42db9

View file

@ -64,15 +64,3 @@ ynh_mysql_dump_db "$db_name" > db.sql
#================================================= #=================================================
ynh_backup "/etc/logrotate.d/$app" ynh_backup "/etc/logrotate.d/$app"
#=================================================
# BACKUP SYSTEMD
#=================================================
ynh_backup "/etc/systemd/system/$app.service"
#=================================================
# BACKUP THE CRON FILE
#=================================================
ynh_backup "/etc/cron.d/$app"