diff --git a/devc.sh b/devc.sh index cb1d25a..810a7a6 100755 --- a/devc.sh +++ b/devc.sh @@ -27,7 +27,7 @@ default_args() { # Load custom container config. local config_file="${BASH_SOURCE[0]%/*}/containers/$name/config.sh" - [[ -f "$config_file" ]] && source "$config_file" + [[ -f "$config_file" ]] && source "$config_file" || true } # param_args parses CLI arguments into podman run options.