Commit 51f8dcdcecf3c4cb27ce4281062992bdf7bac523

Authored by Antonio Terceiro
1 parent 98c642f9

vagrant.sh: ignore interpreter used by colab provisioning

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
vagrant.sh
... ... @@ -3,5 +3,5 @@
3 3 set -e
4 4  
5 5 # colab
6   -sh /vagrant/colab/vagrant/bootstrap.sh
7   -sudo -u vagrant -i sh /vagrant/colab/vagrant/provision.sh
  6 +/vagrant/colab/vagrant/bootstrap.sh
  7 +sudo -u vagrant -i /vagrant/colab/vagrant/provision.sh
... ...