set -e on install script

make the script exit if any command fails
This commit is contained in:
Abraham Murciano
2021-12-21 16:50:13 +02:00
committed by GitHub
parent 4e9c8bc2b4
commit 4989cfaf78

View File

@@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
set -e
ADVCPMV_VERSION=${1:-0.9} ADVCPMV_VERSION=${1:-0.9}
CORE_UTILS_VERSION=${2:-9.0} CORE_UTILS_VERSION=${2:-9.0}