Update build.func

tweak
This commit is contained in:
tteckster 2024-01-12 11:29:20 -05:00 committed by GitHub
parent 4cd3cf0e23
commit ea339ecfab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,7 @@ ssh_check() {
# This function displays the default values for various settings.
echo_default() {
APT_CACHER=""
echo -e "${DGN}Using Distribution: ${BGN}$var_os${CL}"
echo -e "${DGN}Using $var_os Version: ${BGN}$var_version${CL}"
echo -e "${DGN}Using Container Type: ${BGN}$CT_TYPE${CL}"
@ -511,8 +512,10 @@ build_container() {
else
export FUNCTIONS_FILE_PATH="$(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/install.func)"
fi
if [ "$APT_CACHER" == "yes" ]; then
export CACHER="$APT_CACHER"
export CACHER_IP="$APT_CACHER_IP"
fi
export tz="$timezone"
export DISABLEIPV6="$DISABLEIP6"
export APPLICATION="$APP"