forked from EvergreenCrypto/docker-finance
container: lib_taxes: print locations of output
This commit is contained in:
@@ -1119,7 +1119,13 @@ function lib_taxes::__taxes_write()
|
||||
local -r _return=$?
|
||||
|
||||
if [ $_return -eq 0 ]; then
|
||||
lib_utils::print_custom "\n"
|
||||
[ -z "$DOCKER_FINANCE_CLIENT_FLOW" ] && lib_utils::die_fatal
|
||||
|
||||
lib_utils::print_custom "\n Taxes are located:\n\n"
|
||||
|
||||
lib_utils::print_custom "\tclient (host): ${DOCKER_FINANCE_CLIENT_FLOW}/profiles/${global_parent_profile}/${global_child_profile}/taxes/${global_arg_year}/\n\n"
|
||||
lib_utils::print_custom "\tcontainer: ${_tax_root_dir}/\n\n"
|
||||
|
||||
lib_utils::print_info "Done!"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user