Skip to content
Snippets Groups Projects
Commit 54c572ca authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '6010-check-pqsql' into 'master'

update output

See merge request !113
parents 726cebba 0779f05a
No related branches found
No related tags found
1 merge request!113update output
...@@ -328,7 +328,7 @@ case "${sMode}" in ...@@ -328,7 +328,7 @@ case "${sMode}" in
descr="None (no data in pg_stat_replication)" descr="None (no data in pg_stat_replication)"
out="" out=""
else else
descr="status (from pg_stat_replication)" descr="status"
data=$( sed -n "3,\$p" <<< "${_out}" | tr -d ' ' | grep -v '^(' ) data=$( sed -n "3,\$p" <<< "${_out}" | tr -d ' ' | grep -v '^(' )
# --- check: state # --- check: state
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment