From 13d6b8a861db2192ee755fb3c161c38a61611007 Mon Sep 17 00:00:00 2001 From: Thomas Manson Date: Wed, 16 Oct 2024 15:35:21 +1100 Subject: [PATCH] turn off file redirect for enclave log --- scripts/aws/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/aws/entrypoint.sh b/scripts/aws/entrypoint.sh index 3adbb4d07..f686b0247 100755 --- a/scripts/aws/entrypoint.sh +++ b/scripts/aws/entrypoint.sh @@ -5,8 +5,8 @@ LOG_FILE="/home/start.txt" set -x -exec > $LOG_FILE -exec 2>&1 +#exec > $LOG_FILE +#exec 2>&1 set -o pipefail ulimit -n 65536