99_migrate.sh 153 B

12345678
  1. #!/bin/sh
  2. set -e
  3. which node
  4. which grunt
  5. ls -al /var/www/sharelatex/migrations
  6. cd /var/www/sharelatex && grunt migrate -v
  7. echo "All migrations finished"