8 lines
76 B
Bash
Executable File
8 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
service corosync-qnetd status
|
|
|
|
corosync-qnetd-tool -v -s
|