mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-02 19:52:05 +00:00
added check db init script
This commit is contained in:
parent
e5283e39a5
commit
1fca735f02
1 changed files with 5 additions and 0 deletions
5
init_scripts/98_check_db_access.sh
Executable file
5
init_scripts/98_check_db_access.sh
Executable 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"
|
Loading…
Reference in a new issue