Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8582156

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

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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp