diff --git a/umbrel-dev b/umbrel-dev index f98705e..e00a6b4 100755 --- a/umbrel-dev +++ b/umbrel-dev @@ -58,7 +58,6 @@ destroy() { # Run a command inside the development VM run() { - command=$1 vagrant ssh -c "cd /vagrant/getumbrel/umbrel && $1" }