diff --git a/misc/update-lxcs-cron.sh b/misc/update-lxcs-cron.sh index 23c44852..f0aaeb49 100644 --- a/misc/update-lxcs-cron.sh +++ b/misc/update-lxcs-cron.sh @@ -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() { diff --git a/misc/update-lxcs.sh b/misc/update-lxcs.sh index 9167186e..94680412 100644 --- a/misc/update-lxcs.sh +++ b/misc/update-lxcs.sh @@ -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"