diff --git a/.gitea/workflows/dfi.bash b/.gitea/workflows/dfi.bash index 940de22..d19d3de 100755 --- a/.gitea/workflows/dfi.bash +++ b/.gitea/workflows/dfi.bash @@ -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"