Disable padding for the last column (#54)
All checks were successful
gitea/evobackup/pipeline/head This commit looks good

Reviewed-on: #54
This commit is contained in:
Ludovic Poujol 2025-01-10 11:08:13 +01:00
commit a42c196f75

View file

@ -29,4 +29,4 @@ status="OFF"
port=$("${LIBDIR}/bkctld-port" "${jail_name}")
ip=$("${LIBDIR}/bkctld-ip" "${jail_name}" | xargs | tr -s ' ' ',')
echo "${jail_name} ${status} ${port} ${incs_policy} ${ip}" | awk '{ printf("%- 30s %- 10s %- 10s %- 25s %- 20s\n", $1, $2, $3, $4, $5); }'
echo "${jail_name} ${status} ${port} ${incs_policy} ${ip}" | awk '{ printf("%- 30s %- 10s %- 10s %- 25s %s\n", $1, $2, $3, $4, $5); }'