[Fix] switch oplog required doc link to more accurate link (#14288)

[FIX] Switch oplog required doc link to more accurate link
pull/14297/head
Aaron Ogle 7 years ago committed by Rodrigo Nascimento
parent c4ba45d6bd
commit 8d0e2f573a
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
  1. 2
      server/startup/serverRunning.js

@ -49,7 +49,7 @@ Meteor.startup(function() {
msg = msg.join('\n');
if (!isOplogEnabled) {
msg += ['', '', 'OPLOG / REPLICASET IS REQUIRED TO RUN ROCKET.CHAT, MORE INFORMATION AT:', 'https://rocket.chat/docs/installation/docker-containers/high-availability-install'].join('\n');
msg += ['', '', 'OPLOG / REPLICASET IS REQUIRED TO RUN ROCKET.CHAT, MORE INFORMATION AT:', 'https://go.rocket.chat/i/oplog-required'].join('\n');
SystemLogger.error_box(msg, 'SERVER ERROR');
return process.exit(1);

Loading…
Cancel
Save