iAdd double space

This commit is contained in:
Dryusdan 2020-06-30 16:58:55 +02:00
parent e0b1ba8adb
commit ed960902cc
1 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@ ip=$(ip a | grep -A 2 $default_iface: | grep inet | awk '{print $2}')
time=$(uptime | grep -ohe 'up .*' | sed 's/,/\ hours/g' | awk '{printf $2" "$3 }')
printf "IP Address:\t%s\n" $ip
printf "System uptime:\t%s\n" "$time"
printf " IP Address:\t%s\n" $ip
printf " System uptime:\t%s\n" "$time"