repo: gitea: workflows: dfi: update edit of build file

This commit is contained in:
2026-03-10 17:16:23 -07:00
parent 070a66460c
commit 07a1081751

View File

@@ -140,7 +140,7 @@ function client::finance::edit()
# Build: uncomment all optional packages and plugin dependencies from custom build file
_file="${_path}/Dockerfiles/${USER:?}@$(uname -n)"
[ ! -f "$_file" ] && exit 1
sed -i '18,56s/#//' "$_file"
sed -i '18,51s/#//' "$_file"
# Build: uncomment custom compose merge file
_file+=".yml"