From c7bc584b5647e77330dabe142cae6ef77f49b430 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 2 May 2021 15:14:08 +0200 Subject: [PATCH] Update install --- scripts/install | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/install b/scripts/install index fbde67b..601ab57 100644 --- a/scripts/install +++ b/scripts/install @@ -166,13 +166,6 @@ ynh_script_progression --message="Configuring a systemd service..." --weight=1 # Create a dedicated systemd config ynh_add_systemd_config --others_var="port tls_port domain env_path" -#================================================= -# STORE THE CONFIG FILE CHECKSUM -#================================================= - -# Calculate and store the config file checksum into the app settings -ynh_store_file_checksum --file="$final_path/dendrite.yaml" - #================================================= # GENERIC FINALIZATION #=================================================