Update build.func
This commit is contained in:
parent
eab497e7df
commit
2a090c7e49
@ -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}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user