client: rename $global_shell_file -> $global_superscript
Provides clarity, avoids confusion.
This commit is contained in:
@@ -240,8 +240,8 @@ function lib_env::__set_client_globals()
|
||||
|
||||
local _client_shell_dir="${DOCKER_FINANCE_CLIENT_CONF}/container/shell"
|
||||
[ ! -d "$_client_shell_dir" ] && mkdir -p "$_client_shell_dir"
|
||||
global_shell_file="${_client_shell_dir}/superscript.bash"
|
||||
lib_utils::print_debug "global_shell_file=${global_shell_file}"
|
||||
global_superscript="${_client_shell_dir}/superscript.bash"
|
||||
lib_utils::print_debug "global_superscript=${global_superscript}"
|
||||
|
||||
# Client view of client portion of repository
|
||||
global_repo_client="${DOCKER_FINANCE_CLIENT_REPO}/client"
|
||||
|
||||
Reference in New Issue
Block a user