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" FEATURES="$FEATURES,fuse=1"
fi fi
if [[ $DIAGNOSTICS == "yes" ]]; then #if [[ $DIAGNOSTICS == "yes" ]]; then
post_to_api # post_to_api
fi #fi
TEMP_DIR=$(mktemp -d) TEMP_DIR=$(mktemp -d)
pushd "$TEMP_DIR" >/dev/null pushd "$TEMP_DIR" >/dev/null