diff options
| author | luisgulo <luisgulo@gmail.com> | 2025-11-01 22:17:41 +0100 |
|---|---|---|
| committer | luisgulo <luisgulo@gmail.com> | 2025-11-01 22:17:41 +0100 |
| commit | 93f538de9f2d404cf3af0597d2491fc48e44349b (patch) | |
| tree | c4b4e00e7708049c1de7a515f151e3eb77a2cef9 | |
| parent | 3c29f78fba418427044f08186ca80ce2c86e7023 (diff) | |
Correccion de Error
| -rwxr-xr-x | shflow.sh | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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" |
