Explorar o código

fix typo of extra L issue #1509

noogen %!s(int64=7) %!d(string=hai) anos
pai
achega
d856c1e080
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/v-update-sys-rrd-pgsql

+ 1 - 1
bin/v-update-sys-rrd-pgsql

@@ -85,7 +85,7 @@ for host in $hosts; do
         # Parsing data
         q='SELECT SUM(xact_commit + xact_rollback), SUM(numbackends)
                 FROM pg_stat_database;'
-        status=$($sql plsql -d postgres -c "$q" 2>/dev/null); code="$?"
+        status=$($sql psql -d postgres -c "$q" 2>/dev/null); code="$?"
         if [ '0' -ne "$code" ]; then
             active=0
             slow=0