Commit df4ba9b
fix(init): pass timezone via env var instead of reading missing file
init-root.sh was reading timezone from /etc/box-assembled.ini, but that
file is only copied into the container after init hooks complete. Pass
BOX_TIMEZONE as an env var through pre_init_hooks so it's available when
init-root.sh runs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 469a0c9 commit df4ba9b
2 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments