Skip to content

Make sure sudo sets user home folder when running as different user

Heinz N. Gies requested to merge gh-424e5457/21/outlyerapp/fix-ddb-admin into test

Created by: szarsti

On some environments scripts will fail, because erlang will complain about missing ~/.erlang.cookie.

We have that problem on ubuntu.

In my opinion making sudo change home folder to actual $RUNNER_USER will help with running it across different environments.

Merge request reports