mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
5 lines
170 B
Bash
Executable file
5 lines
170 B
Bash
Executable file
#!/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"
|