diff --git a/lib/exec/status b/lib/exec/status index 8500770..f91dfd7 100755 --- a/lib/exec/status +++ b/lib/exec/status @@ -108,7 +108,7 @@ if [ -z "${hostslines}" ]; then msg_orange "No se encontraron nodos en el archivo de hosts" else msg "Nodos en el archivo de hosts:" - echo "${hostslines}" | cut -d' ' -f1,2 | column -t -O2,1 + echo "${hostslines}" | cut -d' ' -f1,2 | column -t fi