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