mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
c8f68cbc46
Same as #15050 but for the `aws-linux` template. Tested, works as expected.
3 lines
59 B
Plaintext
3 lines
59 B
Plaintext
#!/bin/bash
|
|
sudo -u '${linux_user}' sh -c '${init_script}'
|