From 834170603cf872c008fd630585314d189a53551e Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:55:25 +0100 Subject: [PATCH] forgot to remove once --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5eebfaa..44aa9df 100755 --- a/scripts/install +++ b/scripts/install @@ -53,7 +53,6 @@ ynh_mongo_setup_db --db_user=$db_user --db_name=$db_name #================================================= ynh_script_progression --message="Configuring MongoDB..." --weight=10 -ynh_replace_string --match_string="# engine:" --replace_string=" engine: wiredTiger" --target_file="/etc/mongod.conf" ynh_replace_string --match_string="#replication:" --replace_string="replication:\n replSetName: rs0" --target_file="/etc/mongod.conf" ynh_exec_warn_less systemctl enable mongod --quiet