mirror of https://github.com/jetkvm/kvm.git
fix/Make dev_deploy.sh pass on command-line arguments
Using the old command wouldn't pass on arguments to the nested (replacement) call to the scripts/dev_deploy.sh so it always gave an error.
This commit is contained in:
parent
20f701a698
commit
b42682ac86
|
|
@ -1 +1,3 @@
|
||||||
scripts/dev_deploy.sh
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
./scripts/dev_deploy.sh "$@"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue