From a69ce981faa50fd7502279753a491c887d750a3a Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 2 May 2021 00:06:14 +0200 Subject: [PATCH] Dentrite -> dendrite Not the last time I will make this typo --- scripts/install | 4 ++-- scripts/upgrade | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index a969563..fbde67b 100644 --- a/scripts/install +++ b/scripts/install @@ -156,7 +156,7 @@ then fi # Copy and modify the config file -ynh_add_config --template="../conf/dendrite.yaml" --destination="$final_path/dentrite.yaml" +ynh_add_config --template="../conf/dendrite.yaml" --destination="$final_path/dendrite.yaml" #================================================= # SETUP SYSTEMD @@ -171,7 +171,7 @@ ynh_add_systemd_config --others_var="port tls_port domain env_path" #================================================= # Calculate and store the config file checksum into the app settings -ynh_store_file_checksum --file="$final_path/dentrite.yaml" +ynh_store_file_checksum --file="$final_path/dendrite.yaml" #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index 0db881f..2680ae2 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -60,7 +60,7 @@ ynh_abort_if_errors #================================================= ynh_script_progression --message="Stopping a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action="stop" --line_match="Stopped Dentrite Matrix homeserver" --log_path="systemd" +ynh_systemd_action --service_name=$app --action="stop" --line_match="Stopped Dendrite Matrix homeserver" --log_path="systemd" #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE