docs: update
This commit is contained in:
parent
78dd57874b
commit
0efdbb6e3b
2
pfetch
2
pfetch
|
@ -178,7 +178,7 @@ get_uptime() {
|
||||||
|
|
||||||
# The uptime format from 'sysctl' needs to be subtracted from
|
# The uptime format from 'sysctl' needs to be subtracted from
|
||||||
# the current time in seconds.
|
# the current time in seconds.
|
||||||
s="$(($(date +%s) - s))"
|
s=$(($(date +%s) - s))
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user