mirror of https://github.com/tteck/Proxmox.git
Update cronicle-v5.sh
add export variable fixes https://github.com/tteck/Proxmox/issues/1148
This commit is contained in:
parent
c18d373ff7
commit
41109f0a8d
|
@ -432,6 +432,7 @@ else
|
||||||
fi
|
fi
|
||||||
TEMP_DIR=$(mktemp -d)
|
TEMP_DIR=$(mktemp -d)
|
||||||
pushd $TEMP_DIR >/dev/null
|
pushd $TEMP_DIR >/dev/null
|
||||||
|
export tz=$timezone
|
||||||
export SERV=$SERVER
|
export SERV=$SERVER
|
||||||
export DISABLEIPV6=$DISABLEIP6
|
export DISABLEIPV6=$DISABLEIP6
|
||||||
export APPLICATION=$APP
|
export APPLICATION=$APP
|
||||||
|
|
Loading…
Reference in New Issue