From c72f0862789b7a5f21936a4de285c5e07b175795 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 6 Sep 2021 23:19:28 +0200 Subject: [PATCH] Fix --- doc/DISCLAIMER.md | 2 +- doc/DISCLAIMER_fr.md | 2 +- scripts/backup | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 74f5325..ac38c46 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,5 +1,5 @@ #### Setup -This package installs the Debian package and configures it with given settings. Password and other usefull information will be sent to you after installation. +This package installs the Debian package and configures it with given settings. Password and other usefull information will be sent by email after installation. - [Add the admin](http://wiki.mumble.info/wiki/Murmurguide#Connecting_to_Murmur_Server) diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index 1e82870..f0e84fd 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -1,5 +1,5 @@ ## Configuration -mumbleserver_ynh installe le paquet Debian et le configure avec les paramètres donnés. Le mot de passe et d'autres informations utiles sont envoyés après l'installation. +mumbleserver_ynh installe le paquet Debian et le configure avec les paramètres donnés. Le mot de passe et d'autres informations utiles sont envoyés par email après l'installation. - [Ajouter l'administrateur](http://wiki.mumble.info/wiki/Murmurguide#Connecting_to_Murmur_Server) diff --git a/scripts/backup b/scripts/backup index 68b7974..2590473 100644 --- a/scripts/backup +++ b/scripts/backup @@ -35,13 +35,13 @@ ynh_print_info --message="Declaring files to be backed up..." # BACKUP THE APP MAIN DIR #================================================= -ynh_backup "$final_path" +ynh_backup --src_path="$final_path" #================================================= # BACKUP SYSTEMD #================================================= -ynh_backup "/etc/systemd/system/$app.service" +ynh_backup --src_path="/etc/systemd/system/$app.service" #================================================= # END OF SCRIPT