mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-02 23:51:39 +00:00
6 lines
145 B
Bash
Executable file
6 lines
145 B
Bash
Executable file
#!/bin/sh
|
|
which node
|
|
which grunt
|
|
ls -al /var/www/sharelatex/migrations
|
|
cd /var/www/sharelatex && grunt migrate -v
|
|
echo "All migrations finished"
|