mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02:00
added check db init script
This commit is contained in:
5
server-ce/init_scripts/98_check_db_access.sh
Executable file
5
server-ce/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"
|
||||
Reference in New Issue
Block a user