From d5fce90b8da5d7de78c86556bf59e85bd0614a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Ole=20Hu=CC=88bner?= Date: Sun, 18 Aug 2024 00:13:59 +0200 Subject: [PATCH] aaaaaaarghhhhhhhh --- start.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/start.sh b/start.sh index 9df20c4..de121f0 100644 --- a/start.sh +++ b/start.sh @@ -1,12 +1,5 @@ #!/bin/bash -# Print environment variables to a file -printenv > /app/env - -# Start the cron service -service cron start - -# Run your main application script (pulse.py) in the background python3 /app/pulse.py & # Run the other script periodically in the background @@ -17,6 +10,5 @@ python3 /app/pulse.py & done ) & -# Keep the container running and output both cron logs and pulse.py output -tail -f /var/log/cron.log & + wait -n