Update cronicle-v5.sh

add export variable
fixes https://github.com/tteck/Proxmox/issues/1148
This commit is contained in:
tteckster 2023-03-11 04:07:19 -05:00 committed by GitHub
parent c18d373ff7
commit 41109f0a8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -432,6 +432,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export tz=$timezone
export SERV=$SERVER
export DISABLEIPV6=$DISABLEIP6
export APPLICATION=$APP