We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa4d8f commit 78d16d4Copy full SHA for 78d16d4
1 file changed
runitctl
@@ -96,7 +96,7 @@ case "$action" in
96
97
if echo "$status_output" | grep -q "^run:"; then
98
pid=$(echo "$status_output" | awk '{print $4}' | tr -d '()')
99
- uptime=$(echo "$status_output" | awk '{print $5}')
+ uptime=$(echo "$status_output" | awk '{print $5}' | tr -d ';')
100
echo -e " Status : ${GREEN}● Running${RESET}"
101
echo -e " PID : $pid"
102
echo -e " Uptime : $uptime"
0 commit comments