X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=cmd%2Fbpa-restapi-agent%2Fbpa_api_install.sh;h=533bebd562bdba93ad74d012abb293de5dc9624e;hb=c9f32d1ce3a511ec6f1176527065fd964c5fe12c;hp=3b8428ea56c6deaec33f92e9f0adfda4974d1a6a;hpb=ae35db2846a21adc51f64b4e4332b93699d53052;p=icn.git diff --git a/cmd/bpa-restapi-agent/bpa_api_install.sh b/cmd/bpa-restapi-agent/bpa_api_install.sh index 3b8428e..533bebd 100755 --- a/cmd/bpa-restapi-agent/bpa_api_install.sh +++ b/cmd/bpa-restapi-agent/bpa_api_install.sh @@ -1,4 +1,5 @@ -#!/bin/bash +#!/usr/bin/env bash +set -eu -o pipefail ICN_DIR=$(dirname "$(dirname "$PWD")")