summaryrefslogtreecommitdiff
path: root/distbuild.configure
diff options
context:
space:
mode:
Diffstat (limited to 'distbuild.configure')
-rw-r--r--distbuild.configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/distbuild.configure b/distbuild.configure
index eb2ef04a..e8022062 100644
--- a/distbuild.configure
+++ b/distbuild.configure
@@ -152,7 +152,7 @@ fcgi-server = False
EOF
echo "Copy distbuild worker SSH key to system"
-mkdir "$1/root/.ssh"
+mkdir -p "$1/root/.ssh"
install -m 0600 "$WORKER_SSH_KEY" "$1/root/.ssh/id_rsa"
install -m 0644 "${WORKER_SSH_KEY}.pub" "$1/root/.ssh/id_rsa.pub"