Update build.func

This commit is contained in:
CanbiZ 2025-06-23 09:43:31 +02:00
parent 62e975485f
commit 9e770a775e

View File

@ -961,9 +961,9 @@ build_container() {
FEATURES="$FEATURES,fuse=1"
fi
if [[ $DIAGNOSTICS == "yes" ]]; then
post_to_api
fi
#if [[ $DIAGNOSTICS == "yes" ]]; then
# post_to_api
#fi
TEMP_DIR=$(mktemp -d)
pushd "$TEMP_DIR" >/dev/null