summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluisgulo <luisgulo@gmail.com>2025-11-01 22:17:41 +0100
committerluisgulo <luisgulo@gmail.com>2025-11-01 22:17:41 +0100
commit93f538de9f2d404cf3af0597d2491fc48e44349b (patch)
treec4b4e00e7708049c1de7a515f151e3eb77a2cef9
parent3c29f78fba418427044f08186ca80ce2c86e7023 (diff)
Correccion de Error
-rwxr-xr-xshflow.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/shflow.sh b/shflow.sh
index 6eb9432..cac353a 100755
--- a/shflow.sh
+++ b/shflow.sh
@@ -203,15 +203,6 @@ run_for_host() {
echo "$(render_msg "${tr[host_info]:-🔧 Host: {host} ({ip})}" "host=$CURRENT_HOST" "ip=$HOST_IP")"
echo "$(render_msg "${tr[ssh_user]:-👤 Usuario SSH: {user}}" "user=$REMOTE_USER")"
-
-# # (Las tareas se ejecutarán en Parte 4)
-# } > "$output_buffer" 2>&1
-
-echo "variable HOST: $HOST"
-# echo -e "\n🖥️ Host: $CURRENT_HOST\n$(cat "$output_buffer")"
-# rm -f "$output_buffer"
-#}
-
for ((i=0; i<NUM_TASKS; i++)); do
VERBOSITY_RAW=$(echo "$TASKS_JSON" | jq -r ".[$i].verbosity // empty")
TASK_VERBOSITY="$SHFLOW_VERBOSITY"