1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumbleserver_ynh.git synced 2024-09-03 19:46:03 +02:00

Update backup

This commit is contained in:
ericgaspar 2021-06-05 08:26:59 +02:00
parent 0ebbeb4f48
commit 9743d01097

View file

@ -48,8 +48,8 @@ ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf"
# BACKUP SYSTEMD
#=================================================
ynh_backup "/etc/systemd/system/$app-server.service"
ynh_backup "/etc/systemd/system/mumble-web.service"
ynh_backup --src_path="/etc/systemd/system/$app.service"
ynh_backup --src_path="/etc/systemd/system/mumble-web.service"
#=================================================
# END OF SCRIPT