Forgot a space
This commit is contained in:
parent
a588f88f6c
commit
32053b795e
1 changed files with 1 additions and 1 deletions
2
fetch
2
fetch
|
@ -527,7 +527,7 @@ getuptime () {
|
|||
|
||||
*)
|
||||
uptime="$(uptime -p)"
|
||||
[ "$uptime" == "up" ] && uptime="up $(cat /proc/uptime)"
|
||||
[ "$uptime" == "up " ] && uptime="up $(cat /proc/uptime)"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue