Skip to content
Snippets Groups Projects
Commit f755848a authored by Aaron Ogle's avatar Aaron Ogle Committed by GitHub
Browse files

fix space

parent 5bc06dac
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ function try_start {
else
if [[ "$try_times" == 5 || "$try_times" > 5 ]]; then
echo "Was unable to connect to Mongo. Please make sure Mongo has started successfully: sudo systemctl status snap.rocketchat-server.rocketchat-mongo to view logs: sudo journalctl -u snap.rocketchat-server.rocketchat-mongo"
exit 1;
exit 1;
fi
((try_times += 1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment