We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbabd6a commit 6552634Copy full SHA for 6552634
1 file changed
dist/platforms/ubuntu/run_tests.sh
@@ -22,7 +22,7 @@ else
22
echo "Build dir permissions:"
23
ls -l $BUILD_PATH_FULL
24
echo "Change permissions"
25
- chown -R $USER:$USER $BUILD_PATH_FULL
+ chown -R $(whoami):$(whoami) $BUILD_PATH_FULL
26
27
fi
28
0 commit comments