docker_disable_flush #12

Merged
ainur merged 3 commits from docker_disable_flush into master 2026-03-18 14:09:43 +00:00
Showing only changes of commit a734733a87 - Show all commits
+6 -2
View File
@@ -92,8 +92,12 @@ debugFunc() {
}
flushFunc() {
"${PI_HOLE_SCRIPT_DIR}"/piholeLogFlush.sh "$@"
exit 0
if [ -n "${DOCKER_VERSION}" ]; then
unsupportedFunc
else
"${PI_HOLE_SCRIPT_DIR}"/piholeLogFlush.sh "$@"
exit 0
fi
}
# Deprecated function, should be removed in the future