From 2693dbc10f196df23c0066f42c99e45f9caac80f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 11 Aug 2023 12:26:54 +0200 Subject: [PATCH] fix --- doc/DESCRIPTION.md | 2 +- doc/DESCRIPTION_fr.md | 2 +- scripts/restore | 10 ---------- tests.toml | 5 +++++ 4 files changed, 7 insertions(+), 12 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 19af6b2..978d03e 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1 @@ -Conduit is a simple, fast and reliable chat server powered by Matrix \ No newline at end of file +Conduit is a simple, fast and reliable chat server powered by Matrix. \ No newline at end of file diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md index 19af6b2..8301af1 100644 --- a/doc/DESCRIPTION_fr.md +++ b/doc/DESCRIPTION_fr.md @@ -1 +1 @@ -Conduit is a simple, fast and reliable chat server powered by Matrix \ No newline at end of file +Conduit est un serveur de chat simple, rapide et fiable alimenté par Matrix \ No newline at end of file diff --git a/scripts/restore b/scripts/restore index 41f318e..963059b 100755 --- a/scripts/restore +++ b/scripts/restore @@ -19,16 +19,6 @@ ynh_restore_file --origin_path="$install_dir" chown -R $app:www-data "$install_dir" -#================================================= -# RESTORE THE DATA DIRECTORY -#================================================= -ynh_script_progression --message="Restoring the data directory..." --weight=1 - -ynh_restore_file --origin_path="$data_dir" --not_mandatory - -# (Same as for install dir) -chown -R $app:www-data "$data_dir" - #================================================= # RESTORE SYSTEM CONFIGURATIONS #================================================= diff --git a/tests.toml b/tests.toml index fd4a313..f6912c7 100644 --- a/tests.toml +++ b/tests.toml @@ -2,4 +2,9 @@ test_format = 1.0 [default] + # ------------------------------- + # Default args to use for install + # ------------------------------- + + args.server_name = "domain.tld" \ No newline at end of file