Files
Michał Żygowski 5dca557bfc scripts/entrypoint.sh: Fix ioncorrect variable name
To set the GROUP_ID for the coreboot user one has to pass
two variables to docker environment: GROUP and GROUP_ID.
Most likely it was a copy-pasta error, which can be fixed
by using GROUP_ID in the IF condition.

Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
2024-08-06 12:20:20 +02:00
..