container: lib_fetch: return the value of executor

This commit is contained in:
2026-02-03 16:09:44 -08:00
parent 4d8b68c341
commit a1a08495ff

View File

@@ -2,7 +2,7 @@
# docker-finance | modern accounting for the power-user # docker-finance | modern accounting for the power-user
# #
# Copyright (C) 2021-2025 Aaron Fiore (Founder, Evergreen Crypto LLC) # Copyright (C) 2021-2026 Aaron Fiore (Founder, Evergreen Crypto LLC)
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@@ -871,7 +871,10 @@ function lib_fetch::__fetch_exec()
# #
__DFI_PHP_DEPS__="${_deps}" __DFI_PHP_ROOT__="${_impl}" "${_exec[@]}" "${_impl}/fetch.php" "$_type" "$_subtype" __DFI_PHP_DEPS__="${_deps}" __DFI_PHP_ROOT__="${_impl}" "${_exec[@]}" "${_impl}/fetch.php" "$_type" "$_subtype"
local -r _return=$?
IFS="$_ifs" IFS="$_ifs"
return $_return
} }
# vim: sw=2 sts=2 si ai et # vim: sw=2 sts=2 si ai et