Skip to content

Commit dc67e02

Browse files
committed
fix: Urls to child scripts
1 parent 0bd53c7 commit dc67e02

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

scripts/bootstrap/opencrvs-bootstrap.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ check_internet
8686

8787
echo "Downloading dependencies..."
8888

89-
curl -sS https://raw.githubusercontent.com/opencrvs/infrastructure/ocrvs-9792/scripts/bootstrap/create-provision-user.sh -o /tmp/create-provision-user.sh
89+
curl -sS https://raw.githubusercontent.com/opencrvs/infrastructure/develop/scripts/bootstrap/create-provision-user.sh -o /tmp/create-provision-user.sh
9090
chmod +x /tmp/create-provision-user.sh
9191

92-
curl -sS https://raw.githubusercontent.com/opencrvs/infrastructure/ocrvs-9792/github-runner/node-runner.sh -o /tmp/node-runner.sh
92+
curl -sS https://raw.githubusercontent.com/opencrvs/infrastructure/develop/github-runner/node-runner.sh -o /tmp/node-runner.sh
9393
chmod +x /tmp/node-runner.sh
9494

9595
/tmp/create-provision-user.sh --ssh-public-key "$SSH_PUBLIC_KEY"
@@ -105,4 +105,7 @@ echo "
105105
⚙️ $PROVISION_USER SSH key pair public key (add on worker nodes if needed):
106106
" && \
107107
sudo cat /home/$PROVISION_USER/.ssh/id_ed25519.pub
108-
echo "Node bootstrap complete for $(hostname)."
108+
echo ""
109+
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
110+
echo " ✅ Node bootstrap complete for $(hostname)."
111+
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"

0 commit comments

Comments
 (0)