Update cluster-update
This commit is contained in:
parent
40e2b6167e
commit
54e2119a66
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
WORKER_LIST="worker.list"
|
WORKER_LIST="worker.list"
|
||||||
./update.sh
|
./update/update.sh
|
||||||
for LINE in $(cat $WORKER_LIST | grep -vE "^#"); do
|
for LINE in $(cat $WORKER_LIST | grep -vE "^#"); do
|
||||||
WORKERNAME=`echo $LINE | awk -F"/" '{print $NF}'`
|
WORKERNAME=`echo $LINE | awk -F"/" '{print $NF}'`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user