This commit is contained in:
ahmadbilalkhalid 2019-09-02 23:07:47 +05:00
parent 33888e98b1
commit f51805643f
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ $(
do
ip=$(echo $host_list | jq -r ".[$i][0]")
hostname=$(echo $host_list | jq -r ".[$i][1]")
printf "%-25s %s\n" $hostname $ip
printf "%-25s %s\n" $ip $hostname
done
)
EOF