Skip to content

Commit 8582156

Browse files
authored
feat: set $HOME for coder agent in aws-linux template (#2150)
Signed-off-by: Spike Curtis <spike@coder.com>
1 parent 9cc6d7b commit 8582156

File tree

1 file changed

+1
-1
lines changed
  • examples/templates/aws-linux

1 file changed

+1
-1
lines changed

examples/templates/aws-linux/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Content-Transfer-Encoding: 7bit
101101
Content-Disposition: attachment; filename="userdata.txt"
102102
103103
#!/bin/bash
104-
sudo -E -u ubuntu sh -c '${coder_agent.dev.init_script}'
104+
sudo -u ubuntu sh -c '${coder_agent.dev.init_script}'
105105
--//--
106106
EOT
107107

0 commit comments

Comments
 (0)