From 6f4890af37ade1b74937b30700e8d7d8161cc194 Mon Sep 17 00:00:00 2001 From: crieke Date: Wed, 15 Apr 2026 04:42:54 +0200 Subject: [PATCH] remove debuggin info --- QPKG/shared/RoonServer.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/QPKG/shared/RoonServer.sh b/QPKG/shared/RoonServer.sh index 1a7938d..fc18292 100755 --- a/QPKG/shared/RoonServer.sh +++ b/QPKG/shared/RoonServer.sh @@ -152,13 +152,6 @@ start_roonserver () { [ -d "$ROON_ID_HOST_DIR" ] || mkdir "$ROON_ID_HOST_DIR" [ -d "$ROON_TMP_DIR" ] || mkdir "$ROON_TMP_DIR" - echo "Docker Command: $(ls -lha ${DOCKER_CMD})" 2>&1 >> ${ROON_LOG_FILE} - echo "Docker CMD: $(${DOCKER_CMD} --version)" 2>&1 >> ${ROON_LOG_FILE} - echo "COMPOSE_FILES: ${COMPOSE_FILES}" 2>&1 >> ${ROON_LOG_FILE} - echo "CS Run-Status: $(/sbin/getcfg container-station status -f /etc/qpkg_run_status)" >> ${ROON_LOG_FILE} - sleep 60 - ${DOCKER_CMD} compose ${COMPOSE_FILES} up -d 2>&1 >> ${ROON_LOG_FILE} - ${DOCKER_CMD} compose ${COMPOSE_FILES} up -d fi }