commit 2c3a219cd416fbbeebe84ea7e151451d24bc4375 parent 061ce3eeed22b08dc32ef64b2c029a0f4930ace7 Author: Haris <haris@feanor.lan> Date: Fri, 25 Oct 2013 21:39:43 +0300 fixed root fs space Diffstat:
M | perley | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/perley b/perley @@ -64,4 +64,4 @@ print "\t Hostname: \t $hostname\n"; print "\t Uptime: \t $uptime_cut $uptime[1]\n"; print "\t Shell: \t $shell\n"; print "\t Memory: \t Real: $mem[2] \/ Free: $mem[5]\n"; -print "\t Root FS: \t Used:$space_stripped[2] \/ Free: $space_stripped[3]\n\n"; +print "\t Root FS: \t Used: $space_stripped[2] \/ Free: $space_stripped[3]\n\n";