fixes #3405 always set LC_ALL=C on update scripts

This commit is contained in:
Davide Alberani 2024-07-20 17:05:47 +02:00
parent 2febf2c39b
commit 89feffd004
2 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,9 @@
# License: MIT
# https://github.com/tteck/Proxmox/raw/main/LICENSE
LC_ALL=C
export LC_ALL
echo "$(date)"
excluded_containers=("$@")
function update_container() {

View file

@ -5,6 +5,9 @@
# License: MIT
# https://github.com/tteck/Proxmox/raw/main/LICENSE
LC_ALL=C
export LC_ALL
function header_info {
clear
cat <<"EOF"