We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d444a commit 67e6424Copy full SHA for 67e6424
docker-entrypoint.sh
@@ -4,7 +4,7 @@ LOG_FILE=/ebs/logs/enigma.log
4
CONTAINER_HASH=$(echo $RANDOM | md5sum | head -c 20)
5
6
function log() {
7
- echo "$(date): $CONTAINER_HASH $@" 2>&1 | tee $LOG_FILE
+ echo "$(date): $CONTAINER_HASH $@" 2>&1 | tee -a $LOG_FILE
8
}
9
10
function prepend() {
0 commit comments