mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Remove -n flag from echo in healthy tasks printing
This commit is contained in:
parent
339772a9bb
commit
aeb5cccbea
2
psu
2
psu
@ -1214,7 +1214,7 @@ tasks_healthy() {
|
||||
tasks_running=$(tasks 'running' 'running')
|
||||
local tasks_job_complete
|
||||
tasks_job_complete=$(tasks 'shutdown' 'complete')
|
||||
echo "$(echo -n "${tasks_running}${tasks_job_complete}" | jq -sjc 'add | unique_by(.ID)')"
|
||||
echo "$(echo "${tasks_running}${tasks_job_complete}" | jq -sjc 'add | unique_by(.ID)')"
|
||||
}
|
||||
|
||||
services() {
|
||||
|
Loading…
Reference in New Issue
Block a user