File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Start-Process -FilePath $env:TEMP\sshd.exe -ArgumentList "agent" -PassThru
23
23
"amd64" : `
24
24
#!/usr/bin/env sh
25
25
set -eu pipefail
26
- export BINARY_LOCATION=$(mktemp -d)/coder
26
+ export BINARY_LOCATION=$(mktemp -d -t tmp.coderXXXXX )/coder
27
27
curl -fsSL ${ACCESS_URL}bin/coder-linux-amd64 -o $BINARY_LOCATION
28
28
chmod +x $BINARY_LOCATION
29
29
export CODER_AUTH="${AUTH_TYPE}"
@@ -35,7 +35,7 @@ exec $BINARY_LOCATION agent
35
35
"amd64" : `
36
36
#!/usr/bin/env sh
37
37
set -eu pipefail
38
- export BINARY_LOCATION=$(mktemp -d)/coder
38
+ export BINARY_LOCATION=$(mktemp -d -t tmp.coderXXXXX )/coder
39
39
curl -fsSL ${ACCESS_URL}bin/coder-darwin-amd64 -o $BINARY_LOCATION
40
40
chmod +x $BINARY_LOCATION
41
41
export CODER_AUTH="${AUTH_TYPE}"
You can’t perform that action at this time.
0 commit comments