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