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