From 8e42a099a8513458184a5a8838e2c02e181861d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 23 Jun 2024 17:55:11 +0200 Subject: [PATCH] cleaning --- manifest.toml | 2 +- scripts/backup | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/manifest.toml b/manifest.toml index d4962db..7a347fa 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Mumble Web" description.en = "Web interface for voice chat software (VoIP)" description.fr = "Interface web pour voix sur IP (VoIP)" -version = "1.3.0~ynh5" +version = "1.3.0~ynh6" maintainers = [] diff --git a/scripts/backup b/scripts/backup index a151df9..5b8bd35 100644 --- a/scripts/backup +++ b/scripts/backup @@ -21,17 +21,11 @@ ynh_print_info --message="Declaring files to be backed up..." ynh_backup --src_path="$install_dir" #================================================= -# BACKUP THE NGINX CONFIGURATION +# SYSTEM CONFIGURATION #================================================= ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf" -#================================================= -# SPECIFIC BACKUP -#================================================= -# BACKUP SYSTEMD -#================================================= - ynh_backup --src_path="/etc/systemd/system/$app.service" #=================================================