Commit 29e106a
committed
config: install varlock as agent user, not root
setup.sh was running 'curl | sh' as root, which installed varlock to
root's home. start.sh expects it at ~/.varlock/bin/varlock under the
agent user. Now runs the installer as baudbot_agent via sudo -u so
it lands in the right place.1 parent 8e09046 commit 29e106a
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
196 | 199 | | |
197 | | - | |
| 200 | + | |
198 | 201 | | |
199 | 202 | | |
200 | 203 | | |
| |||
0 commit comments