We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9dc0f1 commit dfc6b46Copy full SHA for dfc6b46
1 file changed
scripts/docker-run.sh
@@ -27,7 +27,7 @@ fi
27
28
# Not fatal, just a warning to allow other "creative" solutions.
29
# TODO: fix this with 'adduser' like in zephyr/docker-build.sh
30
-test "$(id -n)" = 1001 ||
+test "$(id -u)" = 1001 ||
31
>&2 printf "Warning: this script should be run as user ID 1001 to match the container\n"
32
33
set -x
0 commit comments