diff --git a/frontend/src/features/nodes/pages/NodesPage.js b/frontend/src/features/nodes/pages/NodesPage.js index 690a160..d17119b 100644 --- a/frontend/src/features/nodes/pages/NodesPage.js +++ b/frontend/src/features/nodes/pages/NodesPage.js @@ -738,7 +738,7 @@ - curl -sSL '{window.location.origin}/api/v1/nodes/provision/{node.node_id}?token={node.invite_token}' | python3 + curl -sSL {window.location.origin}/api/v1/nodes/provision/{node.node_id}?token={node.invite_token} | python3 @@ -755,7 +755,7 @@ - powershell -Command "irm '{window.location.origin}/api/v1/nodes/provision/ps1/{node.node_id}?token={node.invite_token}' | iex" + powershell -Command "irm {window.location.origin}/api/v1/nodes/provision/ps1/{node.node_id}?token={node.invite_token} | iex"

Best for terminal-only servers. Installs agent as a persistent service.