Update build.func

This commit is contained in:
CanbiZ 2025-04-08 13:26:52 +02:00
parent eab497e7df
commit 2a090c7e49

View File

@ -729,9 +729,9 @@ advanced_settings() {
fi fi
if (whiptail --backtitle "[dev] Proxmox VE Helper Scripts" --defaultno --title "FUSE Support" --yesno "Enable FUSE (Filesystem in Userspace) support in the container?" 10 58); then if (whiptail --backtitle "[dev] Proxmox VE Helper Scripts" --defaultno --title "FUSE Support" --yesno "Enable FUSE (Filesystem in Userspace) support in the container?" 10 58); then
ENABLE_FUSE="yes" ENABLE_FUSE="1"
else else
ENABLE_FUSE="no" ENABLE_FUSE="0"
fi fi
echo -e "${FUSE}${BOLD}${DGN}FUSE (Filesystem in Userspace) Support: ${BGN}$ENABLE_FUSE${CL}" echo -e "${FUSE}${BOLD}${DGN}FUSE (Filesystem in Userspace) Support: ${BGN}$ENABLE_FUSE${CL}"