Update scripts in scripts/shell/job/gp

This commit is contained in:
Matheus Albino Brunhara
2024-04-04 13:31:56 -03:00
parent fdbc3d2151
commit 112b94feeb
3 changed files with 55 additions and 13 deletions

View File

@@ -256,8 +256,8 @@ for f in ${dot_java_files[@]}; do
for p in ${class_file_paths[@]}; do
printf "\n"
echo "[INFO] Copiando arquivo:"
echo " De: $p"
echo " Para: $class_path_in_target"
echo " De: $class_path_in_target"
echo " Para: $p"
cp --force $class_path_in_target `dirname $p`