Loading init_scripts/98_check_db_access.sh 0 → 100755 +5 −0 Changes for init_scripts/98_check_db_access.sh: 5 added lines, 0 removed lines. Original line number Diff line number Diff line #!/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
init_scripts/98_check_db_access.sh 0 → 100755 +5 −0 Changes for init_scripts/98_check_db_access.sh: 5 added lines, 0 removed lines. Original line number Diff line number Diff line #!/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"