client: lib_gen: change docker-finance.d to conf.d
This commit is contained in:
@@ -735,7 +735,7 @@ function lib_gen::__gen_profile()
|
|||||||
local -r _gen_path="${_profiles}/${_profile}/${_subprofile}"
|
local -r _gen_path="${_profiles}/${_profile}/${_subprofile}"
|
||||||
lib_utils::print_debug "_gen_path=${_gen_path}"
|
lib_utils::print_debug "_gen_path=${_gen_path}"
|
||||||
|
|
||||||
local -r _gen_conf_path="${_gen_path}/docker-finance.d"
|
local -r _gen_conf_path="${_gen_path}/conf.d"
|
||||||
lib_utils::print_debug "_gen_conf_path=${_gen_conf_path}"
|
lib_utils::print_debug "_gen_conf_path=${_gen_conf_path}"
|
||||||
|
|
||||||
lib_gen::__gen_subprofile_flow
|
lib_gen::__gen_subprofile_flow
|
||||||
@@ -895,7 +895,7 @@ function lib_gen::__gen_subprofile_flow_superscript()
|
|||||||
[ ! -f "$global_superscript" ] && lib_utils::die_fatal "Superscript does not exist!"
|
[ ! -f "$global_superscript" ] && lib_utils::die_fatal "Superscript does not exist!"
|
||||||
|
|
||||||
# Append subprofile source to superscript
|
# Append subprofile source to superscript
|
||||||
local -r _source="source \"\${DOCKER_FINANCE_CONTAINER_FLOW}/profiles/${_profile}/${_subprofile}/docker-finance.d/shell/subscript.bash\""
|
local -r _source="source \"\${DOCKER_FINANCE_CONTAINER_FLOW}/profiles/${_profile}/${_subprofile}/conf.d/shell/subscript.bash\""
|
||||||
lib_utils::print_custom " \e[32m│ │ │ └─\e[34m Appending subprofile to superscript\e[0m\n"
|
lib_utils::print_custom " \e[32m│ │ │ └─\e[34m Appending subprofile to superscript\e[0m\n"
|
||||||
|
|
||||||
# If source subprofile does not exist, append
|
# If source subprofile does not exist, append
|
||||||
|
|||||||
Reference in New Issue
Block a user