Skip to content

Commit 6552634

Browse files
authored
Update run_tests.sh
1 parent cbabd6a commit 6552634

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/platforms/ubuntu/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ else
2222
echo "Build dir permissions:"
2323
ls -l $BUILD_PATH_FULL
2424
echo "Change permissions"
25-
chown -R $USER:$USER $BUILD_PATH_FULL
25+
chown -R $(whoami):$(whoami) $BUILD_PATH_FULL
2626
ls -l $BUILD_PATH_FULL
2727
fi
2828

0 commit comments

Comments
 (0)