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
1 changed files with 1 additions and 0 deletions

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