Browse Source

Don't allow passing params through to vagrant

umbrel-beta
Luke Childs 4 years ago
parent
commit
e550fb59cd
  1. 4
      umbrel-dev

4
umbrel-dev

@ -43,7 +43,7 @@ init() {
# Boot the development VM
boot() {
vagrant up $@
vagrant up
}
# Show help text if no args set or help is called
@ -64,6 +64,6 @@ fi
# Boot
if [[ "$1" = "boot" ]]; then
shift
boot $@
boot
exit
fi

Loading…
Cancel
Save