Update golang image location to official repo
[icn.git] / cmd / bpa-restapi-agent / bpa_api_install.sh
index 3b8428e..533bebd 100755 (executable)
@@ -1,4 +1,5 @@
-#!/bin/bash
+#!/usr/bin/env bash
+set -eu -o pipefail
 
 ICN_DIR=$(dirname "$(dirname "$PWD")")