Skip to content

Commit

Permalink
Source the whole utils script
Browse files Browse the repository at this point in the history
Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman committed Jan 27, 2021
1 parent 1e573d6 commit 5ba7c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/zowe-support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ shift $(($OPTIND-1))
. ${ROOT_DIR}/bin/internal/zowe-set-env.sh

# Get the log directory either from -l, or from default locations setting INSTALL_LOG_DIR
. ${ROOT_DIR}/bin/utils/setup-log-dir.sh
. ${ROOT_DIR}/bin/utils/utils.sh
get_install_log_directory "${INSTALL_LOG_DIR}"

RUNTIME_LOG_DIR=${INSTANCE_DIR}/logs
Expand Down

0 comments on commit 5ba7c77

Please sign in to comment.