mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
9 lines
153 B
Bash
Executable File
9 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"
|