Skip to content

Commit

Permalink
turn off file redirect for enclave log
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Oct 16, 2024
1 parent ff32054 commit 13d6b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/aws/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13d6b8a

Please sign in to comment.