summaryrefslogtreecommitdiffstats
path: root/ci/util.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/util.sh')
-rw-r--r--ci/util.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/util.sh b/ci/util.sh
index 4f795456..3e50d96b 100644
--- a/ci/util.sh
+++ b/ci/util.sh
@@ -2,7 +2,7 @@
# Utility script used to interact with a deployment
# @author Tim Rozet (trozet@redhat.com)
-CONFIG=/var/opt/opnfv
+CONFIG=${CONFIG:-'/var/opt/opnfv'}
VALID_CMDS="undercloud debug-stack -h --help"
source $CONFIG/utility-functions.sh
@@ -72,4 +72,4 @@ main() {
parse_cmdline "$@"
}
-main "$@" \ No newline at end of file
+main "$@"