From 4b3d9366d25eb493b650d4c6fa8e25b130cd78b3 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 19 Mar 2026 14:11:05 +0100 Subject: [PATCH] Teleport: increase sleep to 10s --- install/teleport-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/teleport-install.sh b/install/teleport-install.sh index 312105d98..77150801b 100644 --- a/install/teleport-install.sh +++ b/install/teleport-install.sh @@ -24,7 +24,7 @@ msg_info "Configuring Teleport" $STD apt install -y teleport $STD teleport configure -o /etc/teleport.yaml systemctl enable -q --now teleport -sleep 5 +sleep 10 tctl users add teleport-admin --roles=editor,access --logins=root >~/teleportadmin.creds sed -i "s|https://[^:]*:3080|https://${LOCAL_IP}:3080|g" ~/teleportadmin.creds msg_ok "Configured Teleport"