diff --git a/aws/cline.sh b/aws/cline.sh index 4a78f9ff..7d1c2002 100755 --- a/aws/cline.sh +++ b/aws/cline.sh @@ -20,7 +20,7 @@ agent_env_vars() { } agent_configure() { log_step "Authenticating Cline with OpenRouter..." - cloud_run "source ~/.zshrc && cline auth -p openrouter -k \"${OPENROUTER_API_KEY}\"" + cloud_run "source ~/.zshrc && cline auth -p openrouter -k \"\${OPENROUTER_API_KEY}\"" } agent_launch_cmd() { echo 'source ~/.zshrc && cline'; } diff --git a/daytona/cline.sh b/daytona/cline.sh index 13112470..ed573e99 100644 --- a/daytona/cline.sh +++ b/daytona/cline.sh @@ -23,7 +23,7 @@ agent_env_vars() { agent_configure() { log_step "Authenticating Cline with OpenRouter..." - cloud_run "source ~/.zshrc && cline auth -p openrouter -k \"${OPENROUTER_API_KEY}\"" + cloud_run "source ~/.zshrc && cline auth -p openrouter -k \"\${OPENROUTER_API_KEY}\"" } agent_launch_cmd() { diff --git a/digitalocean/cline.sh b/digitalocean/cline.sh index b59c544a..a62ab2a1 100755 --- a/digitalocean/cline.sh +++ b/digitalocean/cline.sh @@ -20,7 +20,7 @@ agent_env_vars() { } agent_configure() { log_step "Authenticating Cline with OpenRouter..." - cloud_run "source ~/.zshrc && cline auth -p openrouter -k \"${OPENROUTER_API_KEY}\"" + cloud_run "source ~/.zshrc && cline auth -p openrouter -k \"\${OPENROUTER_API_KEY}\"" } agent_launch_cmd() { echo 'source ~/.zshrc && cline'; } diff --git a/fly/cline.sh b/fly/cline.sh index ff0cca28..70eed486 100644 --- a/fly/cline.sh +++ b/fly/cline.sh @@ -23,7 +23,7 @@ agent_env_vars() { agent_configure() { log_step "Authenticating Cline with OpenRouter..." - cloud_run "source ~/.zshrc && cline auth -p openrouter -k \"${OPENROUTER_API_KEY}\"" + cloud_run "source ~/.zshrc && cline auth -p openrouter -k \"\${OPENROUTER_API_KEY}\"" } agent_launch_cmd() { diff --git a/gcp/cline.sh b/gcp/cline.sh index 06cb973f..d442a690 100755 --- a/gcp/cline.sh +++ b/gcp/cline.sh @@ -20,7 +20,7 @@ agent_env_vars() { } agent_configure() { log_step "Authenticating Cline with OpenRouter..." - cloud_run "source ~/.zshrc && cline auth -p openrouter -k \"${OPENROUTER_API_KEY}\"" + cloud_run "source ~/.zshrc && cline auth -p openrouter -k \"\${OPENROUTER_API_KEY}\"" } agent_launch_cmd() { echo 'source ~/.zshrc && cline'; } diff --git a/hetzner/cline.sh b/hetzner/cline.sh index 38ccc08e..2efca059 100755 --- a/hetzner/cline.sh +++ b/hetzner/cline.sh @@ -20,7 +20,7 @@ agent_env_vars() { } agent_configure() { log_step "Authenticating Cline with OpenRouter..." - cloud_run "source ~/.zshrc && cline auth -p openrouter -k \"${OPENROUTER_API_KEY}\"" + cloud_run "source ~/.zshrc && cline auth -p openrouter -k \"\${OPENROUTER_API_KEY}\"" } agent_launch_cmd() { echo 'source ~/.zshrc && cline'; } diff --git a/local/cline.sh b/local/cline.sh index 6cf7a586..91d0503a 100755 --- a/local/cline.sh +++ b/local/cline.sh @@ -23,7 +23,7 @@ agent_env_vars() { agent_configure() { log_step "Authenticating Cline with OpenRouter..." - cloud_run "source ~/.zshrc 2>/dev/null; cline auth -p openrouter -k \"${OPENROUTER_API_KEY}\"" + cloud_run "source ~/.zshrc 2>/dev/null; cline auth -p openrouter -k \"\${OPENROUTER_API_KEY}\"" } agent_launch_cmd() { diff --git a/ovh/cline.sh b/ovh/cline.sh index 5c3d828a..09a1543a 100755 --- a/ovh/cline.sh +++ b/ovh/cline.sh @@ -20,7 +20,7 @@ agent_env_vars() { } agent_configure() { log_step "Authenticating Cline with OpenRouter..." - cloud_run "source ~/.zshrc && cline auth -p openrouter -k \"${OPENROUTER_API_KEY}\"" + cloud_run "source ~/.zshrc && cline auth -p openrouter -k \"\${OPENROUTER_API_KEY}\"" } agent_launch_cmd() { echo 'source ~/.zshrc && cline'; } diff --git a/sprite/cline.sh b/sprite/cline.sh index 4dd505ed..bf4270a6 100755 --- a/sprite/cline.sh +++ b/sprite/cline.sh @@ -23,7 +23,7 @@ agent_env_vars() { agent_configure() { log_step "Authenticating Cline with OpenRouter..." - cloud_run "source ~/.zshrc && cline auth -p openrouter -k \"${OPENROUTER_API_KEY}\"" + cloud_run "source ~/.zshrc && cline auth -p openrouter -k \"\${OPENROUTER_API_KEY}\"" } agent_launch_cmd() {