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