mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Fix
This commit is contained in:
parent
11cbb8dd87
commit
d9f3994e14
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
"en": "Team collaboration communication platform",
|
||||
"fr": "Plateforme de communication collaborative en équipe"
|
||||
},
|
||||
"version": "3.16.2~ynh1",
|
||||
"version": "3.18.1~ynh1",
|
||||
"url": "https://rocket.chat",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0",
|
||||
|
|
|
@ -138,7 +138,7 @@ ynh_add_systemd_config
|
|||
ynh_script_progression --message="Configuring a mongod..." --weight=1
|
||||
|
||||
sed -i "s/^# engine:/ engine: wiredTiger/" /etc/mongod.conf
|
||||
sed -i "s/^#replication:/replication:\n replSetName: 01-rs/" /etc/mongod.conf
|
||||
sed -i "s/^#replication:/replication:\n replSetName: \"rs01\"/" /etc/mongod.conf
|
||||
#echo -e "replication:\n replSetName: \"rs01\"" | tee -a /etc/mongod.conf
|
||||
|
||||
ynh_exec_warn_less systemctl enable mongod --quiet
|
||||
|
|
Loading…
Add table
Reference in a new issue