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