mirror of https://github.com/tteck/Proxmox.git
export
This commit is contained in:
parent
f5acf470de
commit
91eb7caa38
|
@ -344,6 +344,7 @@ FEATURES="keyctl=1,nesting=1"
|
||||||
fi
|
fi
|
||||||
TEMP_DIR=$(mktemp -d)
|
TEMP_DIR=$(mktemp -d)
|
||||||
pushd $TEMP_DIR >/dev/null
|
pushd $TEMP_DIR >/dev/null
|
||||||
|
export FUNCTIONS_FILE_PATH=$(curl -s https://raw.githubusercontent.com/tteck/Proxmox/dev/misc/function.sh)
|
||||||
export tz=$timezone
|
export tz=$timezone
|
||||||
export ST=$FUSE
|
export ST=$FUSE
|
||||||
export DISABLEIPV6=$DISABLEIP6
|
export DISABLEIPV6=$DISABLEIP6
|
||||||
|
|
Loading…
Reference in New Issue