Linaro / lite-lava-docker-compose

LITE Team LAVA docker dispatcher
MIT License
5 stars 10 forks source link

Makefile: all: Add workaround for sudo passwd prompt in background co… #71

Closed pfalcon closed 4 years ago

pfalcon commented 4 years ago

…mmand

"sudo foo &" may print out password prompt and wait input in background (before actually running "foo") and never get it. Instead, start with running dummy foreground command with sudo, to make sure the password is cached when running next - background - command.

Signed-off-by: Paul Sokolovsky paul.sokolovsky@linaro.org