mirror of https://github.com/tteck/Proxmox.git
fixes #3405 always set LC_ALL=C on update scripts
This commit is contained in:
parent
2febf2c39b
commit
89feffd004
|
@ -5,6 +5,9 @@
|
||||||
# License: MIT
|
# License: MIT
|
||||||
# https://github.com/tteck/Proxmox/raw/main/LICENSE
|
# https://github.com/tteck/Proxmox/raw/main/LICENSE
|
||||||
|
|
||||||
|
LC_ALL=C
|
||||||
|
export LC_ALL
|
||||||
|
|
||||||
echo "$(date)"
|
echo "$(date)"
|
||||||
excluded_containers=("$@")
|
excluded_containers=("$@")
|
||||||
function update_container() {
|
function update_container() {
|
||||||
|
|
|
@ -5,6 +5,9 @@
|
||||||
# License: MIT
|
# License: MIT
|
||||||
# https://github.com/tteck/Proxmox/raw/main/LICENSE
|
# https://github.com/tteck/Proxmox/raw/main/LICENSE
|
||||||
|
|
||||||
|
LC_ALL=C
|
||||||
|
export LC_ALL
|
||||||
|
|
||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
|
|
Loading…
Reference in New Issue