1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00
This commit is contained in:
ericgaspar 2021-09-21 12:26:25 +02:00
parent 11cbb8dd87
commit d9f3994e14
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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