]> git.proxmox.com Git - mirror_corosync-qdevice.git/commitdiff
Nodelist is set into string not array
authorJan Friesse <jfriesse@redhat.com>
Wed, 3 Jan 2018 15:12:58 +0000 (16:12 +0100)
committerJan Friesse <jfriesse@redhat.com>
Fri, 2 Mar 2018 12:33:59 +0000 (13:33 +0100)
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
qdevices/corosync-qdevice-net-certutil.sh

index b32862951053cfc4a1687bcc921f994896a55fc6..22bc899ad55adca1a279b032cefe8524623e85dc 100644 (file)
@@ -369,7 +369,7 @@ case "$OPERATION" in
 
         master_node="$1"
         shift 1
-        other_nodes="$@"
+        other_nodes="$*"
 
         if [ "$CLUSTER_NAME" == "" ];then
             echo "You have to specify cluster name" >&2