diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-09-29 16:28:43 +0300 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2019-09-29 16:28:43 +0300 |
| commit | ca4004de904266e23c51aa0d0d965098a3f20bf2 (patch) | |
| tree | 307f94e0392b209ec332f400dde303692d36a037 | |
| parent | ee6e1bd39066ea619c5e211b735197bf717b0e47 (diff) | |
| download | pfetch-ca4004de904266e23c51aa0d0d965098a3f20bf2.tar.gz | |
uptime: bug fix
| -rwxr-xr-x | pfetch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -349,7 +349,7 @@ get_uptime() { IFS=. read -r s _ < /proc/uptime ;; - Darwin*|*BSD*) + Darwin*|*BSD*|DragonFly*) s=$(sysctl -n kern.boottime) # Extract the uptime in seconds from the following output: |
