Create worker parente directory if it doesn't exist
This commit is contained in:
parent
7a0392ec76
commit
ae9f18c287
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
[ -d /var/lib/buildbot/workers ] || mkdir /var/lib/buildbot/workers
|
||||
|
||||
buildbot-worker create-worker --use-tls /var/lib/buildbot/workers/default "$1" "$2" "$3"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user