If these envs were set by standard user, when you run `sudo adless [COMMAND]`, root user stops seeing these variables. `sudo -E adless [COMMAND]` shares the envs among and it fixes the problem, but can I be solved without this flag?
If these envs were set by standard user, when you run
sudo adless [COMMAND], root user stops seeing these variables.sudo -E adless [COMMAND]shares the envs among and it fixes the problem, but can I be solved without this flag?