docs: update
This commit is contained in:
parent
78dd57874b
commit
0efdbb6e3b
1 changed files with 1 additions and 1 deletions
2
pfetch
2
pfetch
|
@ -178,7 +178,7 @@ get_uptime() {
|
|||
|
||||
# The uptime format from 'sysctl' needs to be subtracted from
|
||||
# the current time in seconds.
|
||||
s="$(($(date +%s) - s))"
|
||||
s=$(($(date +%s) - s))
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue