fixes #3405 always set LC_ALL=C on update scripts

pull/3406/head
Davide Alberani 1 year ago
parent 2febf2c39b
commit 89feffd004
  1. 3
      misc/update-lxcs-cron.sh
  2. 3
      misc/update-lxcs.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() {

@ -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"

Loading…
Cancel
Save