add echo for finished migrations in

This commit is contained in:
Henry Oswald 2016-06-30 16:47:35 +01:00
parent d39b66f32e
commit eef4982698

View file

@ -3,3 +3,4 @@ which node
which grunt which grunt
ls -al /var/www/sharelatex/migrations ls -al /var/www/sharelatex/migrations
cd /var/www/sharelatex && grunt migrate -v cd /var/www/sharelatex && grunt migrate -v
echo "All migrations finished"