Nick Sharp

Results 2 comments of Nick Sharp

Hey, I just followed this thread and seemed to get this working by setting ```yml environment: - USER=root ``` in the docker file under custompios full docker-compose as follows ```yml...

it seems to be because this [line](https://github.com/guysoft/CustomPiOS/blob/devel/src/make_custom_pi_os#L49) is expecting an environment variable called `USER` it would probably fix it by changing it to `chown -R "(id -un")":"$(id -gn")" "${DEST}"`. Which...