added check db init script

This commit is contained in:
ShareLaTeX 2016-09-21 17:10:27 +00:00
parent 046faae590
commit 22a3225e70

View file

@ -0,0 +1,5 @@
#!/bin/sh
echo "Checking can connect to mongo and redis"
cd /var/www/sharelatex && grunt check:redis
cd /var/www/sharelatex && grunt check:mongo
echo "All checks passed"