Add missing argument
This commit is contained in:
parent
0cdd912945
commit
24bcc34915
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[ -d /var/lib/buildbot/workers ] || mkdir /var/lib/buildbot/workers
|
[ -d /var/lib/buildbot/workers ] || mkdir /var/lib/buildbot/workers
|
||||||
|
|
||||||
buildbot-worker create-worker --connection-string "TLS:$1:9989:trustRoots=/usr/local/share/ca-certificates" /var/lib/buildbot/workers/default "$2" "$3"
|
buildbot-worker create-worker --connection-string "TLS:$1:9989:trustRoots=/usr/local/share/ca-certificates" /var/lib/buildbot/workers/default "$1" "$2" "$3"
|
||||||
|
|
||||||
unset BUILDMASTER WORKERNAME WORKERPASS
|
unset BUILDMASTER WORKERNAME WORKERPASS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user