Commit 4049d70
committed
fix(deisctl): escape $HOME in post-install script
Otherwise $HOME was evaluated at the time the installer script was
created, meaning everyone would see their unit files had been installed
to "/home/jenkins/.deis/units" instead of their actual $HOME dir.1 parent 7628a13 commit 4049d70
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments