Skip to content

Commit

Permalink
Fix boot autorun npm commands (fixes #6081) (#6083)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmrssa authored Apr 9, 2020
1 parent 1818548 commit 9fe2074
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Vagrant.configure(2) do |config|
prod.vm.provision "shell", run: "always", inline: <<-SHELL
if [ ! -f /srv/starthub ]; then
echo "false" > /srv/starthub
chmod 0666 /srv/starthub
fi
/vagrant/prod-docker.sh -u
if [ -f /srv/starthub ] && [ $(cat /srv/starthub) == "true" ]; then
Expand Down
Empty file modified prod-docker.sh
100644 → 100755
Empty file.

0 comments on commit 9fe2074

Please sign in to comment.