Przeglądaj źródła

qdevice: Nodelist is set into string not array

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Christine Caulfield <ccaulfie@redhat.com>
Jan Friesse 8 lat temu
rodzic
commit
15b459759c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      qdevices/corosync-qdevice-net-certutil.sh

+ 1 - 1
qdevices/corosync-qdevice-net-certutil.sh

@@ -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