2015-09-17 10:07:50 -04:00
|
|
|
#!/bin/sh
|
2020-02-13 07:33:56 -05:00
|
|
|
set -e
|
|
|
|
|
2015-09-17 10:07:50 -04:00
|
|
|
which node
|
|
|
|
which grunt
|
|
|
|
ls -al /var/www/sharelatex/migrations
|
|
|
|
cd /var/www/sharelatex && grunt migrate -v
|
2016-06-30 11:47:35 -04:00
|
|
|
echo "All migrations finished"
|