From 626379488d757bd306b144943be1ab1c0036fcd8 Mon Sep 17 00:00:00 2001 From: PuffDip Date: Tue, 22 May 2018 15:41:21 +0200 Subject: [PATCH] lazy cheeze :^) --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 6933ab4..f35e484 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash python3.6 run.py > bot-log.txt 2>&1 & -nodejs foobar.js > node-log.txt 2>&1 & +nodejs run.js > node-log.txt 2>&1 & for job in $(jobs -p); do echo Waiting for ${job} to terminate.