overleaf/server-ce/init_scripts/99_migrate.sh

8 lines
153 B
Bash
Executable file

#!/bin/sh
set -e
which node
which grunt
ls -al /var/www/sharelatex/migrations
cd /var/www/sharelatex && grunt migrate -v
echo "All migrations finished"