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" #=================================================