diff options
Diffstat (limited to 'ci/util.sh')
-rw-r--r-- | ci/util.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 "$@" |