mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
fixes #3405 always set LC_ALL=C on update scripts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user