client: rename $global_shell_file -> $global_superscript

Provides clarity, avoids confusion.
This commit is contained in:
2024-09-22 18:35:44 -07:00
parent 51bf587ceb
commit 0ec42d2420
3 changed files with 19 additions and 19 deletions

View File

@@ -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"