mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
6 lines
170 B
Bash
Executable File
6 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"
|