From 2236312eacc0c9c49fa2c414b85fa6d759aca6ec Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 26 Jan 2021 14:24:31 +0100 Subject: [PATCH] Update install --- scripts/install | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/scripts/install b/scripts/install index 0e8c608..2a97ecd 100644 --- a/scripts/install +++ b/scripts/install @@ -59,14 +59,7 @@ ynh_system_user_create --username=$app # MODIFY A CONFIG FILE #================================================= -cp -a ../conf/matterbridge.toml $final_path/matterbridge.toml - -#ynh_replace_string "__RAM__" "$ram" "../conf/conf/matterbridge.toml" -#ynh_replace_string "__PORT__" "$port" "../conf/matterbridge.toml" -#ynh_replace_string "__OP__" "$op" "../conf/matterbridge.toml" -#ynh_replace_string "__RCON__" "$rcon" "../conf/matterbridge.toml" -#ynh_replace_string "__PASSWD__" "$passwd" "../conf/matterbridge.toml" -#ynh_replace_string "__EULA__" "$eula" "../conf/matterbridge.toml" +cp -a ../conf/matterbridge.toml.example $final_path/matterbridge.toml #================================================= # SETUP SYSTEMD