aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-03-14 12:03:11 +0800
committerAaron LI <aly@aaronly.me>2018-03-14 12:03:11 +0800
commitf2124add28b5437945fed2700b810d5df2d90666 (patch)
treec86a67118808d059b94a2784839d12e7bd1c65cd /bootstrap.sh
parentb6d2a3c419d11b503e6a9efe82fa017067feae6a (diff)
downloadansible-dfly-vps-f2124add28b5437945fed2700b810d5df2d90666.tar.bz2
bootstrap.sh: Fix path
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index cc0a6a3..718f421 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -11,7 +11,7 @@ PLAYBOOK="${ROOTDIR}/bootstrap.yml"
echo "Playbook directory: ${ROOTDIR}"
echo "Playbook: ${PLAYBOOK}"
-SSHDIR="${ROOTDIR}/ssh"
+SSHDIR="${ROOTDIR}/private/ssh"
SSHKEY="${SSHDIR}/ansible.key"
if [ -f "${SSHKEY}" ]; then
echo "ERROR: SSH key already exists: ${SSHKEY}"