diff options
-rwxr-xr-x | ci/deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 3684ad56..a9a9509e 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -1231,6 +1231,7 @@ parse_cmdline() { ##LIBRARIES # Do this after cli parse so that $CONFIG is set properly source $CONFIG/lib/common-functions.sh + source $CONFIG/lib/utility-functions.sh source $CONFIG/lib/installer/onos/onos_gw_mac_update.sh } |