mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
dev
This commit is contained in:
@@ -388,8 +388,7 @@ base_settings() {
|
||||
RAM_SIZE=${var_ram:-$RAM_SIZE}
|
||||
VERB=${var_verbose:-$VERBOSE}
|
||||
TAGS="${TAGS}${var_tags:-}"
|
||||
# 26.03.2025 disabled
|
||||
#ENABLE_FUSE=${var_fuse:-$ENABLE_FUSE}
|
||||
ENABLE_FUSE=${var_fuse:-$ENABLE_FUSE}
|
||||
|
||||
# Since these 2 are only defined outside of default_settings function, we add a temporary fallback. TODO: To align everything, we should add these as constant variables (e.g. OSTYPE and OSVERSION), but that would currently require updating the default_settings function for all existing scripts
|
||||
if [ -z "$var_os" ]; then
|
||||
@@ -1398,9 +1397,9 @@ build_container() {
|
||||
FEATURES="nesting=1"
|
||||
fi
|
||||
# 26.03.2025 disabled
|
||||
#if [ "$ENABLE_FUSE" == "yes" ]; then
|
||||
# FEATURES+=",fuse=1"
|
||||
#fi
|
||||
if [ "$ENABLE_FUSE" == "yes" ]; then
|
||||
FEATURES+=",fuse=1"
|
||||
fi
|
||||
|
||||
if [[ $DIAGNOSTICS == "yes" ]]; then
|
||||
post_to_api
|
||||
|
||||
Reference in New Issue
Block a user