[misc] goodbye grunt

This commit is contained in:
Jakob Ackermann
2021-07-12 17:24:29 +01:00
parent 9631208615
commit ac1eb8fb50
13 changed files with 114 additions and 3708 deletions

View File

@@ -2,6 +2,7 @@
set -e
echo "Checking can connect to mongo and redis"
cd /var/www/sharelatex && grunt check:redis
cd /var/www/sharelatex && grunt check:mongo
cd /var/www/sharelatex/web
node scripts/server-ce/check-mongodb
node scripts/server-ce/check-redis
echo "All checks passed"