mirror of https://github.com/jetkvm/kvm.git
[chore] Ensure dev_deploy is run with bash
This commit is contained in:
parent
8ffe66a1bc
commit
508ea65fae
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Exit immediately if a command exits with a non-zero status
|
||||
set -e
|
||||
|
||||
|
|
Loading…
Reference in New Issue