Browse Source

Don't allow passing params through to vagrant

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

4
umbrel-dev

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

Loading…
Cancel
Save