Skip to content

Commit

Permalink
Update build-linux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
macarooni-man committed Jan 21, 2024
1 parent 237fdd1 commit 4feaee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ current=$( pwd )
run_as_user ()
{
if [ -d '/home/runner/work/auto-mcs/' ]; then
su runner -c "$(echo $1 | sed 's/pip/pip3/')"
su runner -c "$1"
else
su $(logname) -c "$1"
fi
Expand Down

0 comments on commit 4feaee4

Please sign in to comment.