From 97962d2cc23c8572eb60c7c64605418811cddcaf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 27 Oct 2024 14:08:41 +0800 Subject: [PATCH] build.sh: fix quoting for curator build to fix logging --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index 8b380e2f..0beb1ad3 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -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