diff --git a/bin/pdm-launch b/bin/pdm-launch index d217539..b2e1db9 100755 --- a/bin/pdm-launch +++ b/bin/pdm-launch @@ -37,6 +37,9 @@ else name=$image fi +# Main +set -e + if [[ $FLAGS_config -eq $FLAGS_TRUE ]]; then echo "Getting deploy options from image metadata label \"$FLAGS_label\" ..." deployopts=$(podman image inspect -f "{{ .Config.Labels.${FLAGS_label} }}" $image)