Parcourir la source

Nodelist is set into string not array

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Jan Friesse il y a 8 ans
Parent
commit
7d150ecb65
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"
         master_node="$1"
         shift 1
         shift 1
-        other_nodes="$@"
+        other_nodes="$*"
 
 
         if [ "$CLUSTER_NAME" == "" ];then
         if [ "$CLUSTER_NAME" == "" ];then
             echo "You have to specify cluster name" >&2
             echo "You have to specify cluster name" >&2