Remove date and set x

This commit is contained in:
MarkoBosnjak98
2025-05-09 09:17:47 +02:00
parent a761e24109
commit 6c68e5898c

View File

@@ -1,8 +1,9 @@
#!/bin/bash
set -e
export PS4='+ $(date "+%Y-%m-%d %H:%M:%S") '
set -x
# Production instances are slow with date command and stderr
# export PS4='+ $(date "+%Y-%m-%d %H:%M:%S") '
# set -x
echo "TASK: Entrypoint script started"
export MONGO_DB_DATA=$PYTHAGORA_DATA_DIR/mongodata