Skip to content

Commit

Permalink
build.sh: fix quoting for curator build to fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Oct 27, 2024
1 parent 80d8f4b commit 97962d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automated/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ fi
# switch back to the current user
docker run $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c "
chown $USER $HOME
exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" curator build --jobs $JOBS" 2>&1 | tee "$SHORTNAME-build.log
exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" curator build --jobs $JOBS 2>&1 | tee $SHORTNAME-build.log
"

# Make sure we actually need this snapshot. We used to perform this check
Expand Down

0 comments on commit 97962d2

Please sign in to comment.