1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-12 04:23:24 +02:00

Removed debug message

This commit is contained in:
DerLinkman 2022-10-21 11:54:23 +02:00
parent 6306c4555c
commit 58527857d9

View File

@ -54,8 +54,6 @@ COMPOSE_FILE=${SCRIPT_DIR}/../docker-compose.yml
ENV_FILE=${SCRIPT_DIR}/../.env
THREADS=$(echo ${THREADS:-1})
echo $THREADS
if [ ! -f ${COMPOSE_FILE} ]; then
echo "Compose file not found"
exit 1