Update cluster-update

This commit is contained in:
Torma Kristóf 2019-04-17 16:00:47 +02:00 committed by GitHub
parent 40e2b6167e
commit 54e2119a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}'`