From 2b367ccdf66a435c205606a1ce71a003c3e0788d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 29 Jan 2024 09:39:23 +0100 Subject: UTF-8 --- .../disk-partitions/data/opt/openslx/scripts/systemd-setup_partitions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/disk-partitions') diff --git a/core/modules/disk-partitions/data/opt/openslx/scripts/systemd-setup_partitions b/core/modules/disk-partitions/data/opt/openslx/scripts/systemd-setup_partitions index 571b5899..c85f5079 100755 --- a/core/modules/disk-partitions/data/opt/openslx/scripts/systemd-setup_partitions +++ b/core/modules/disk-partitions/data/opt/openslx/scripts/systemd-setup_partitions @@ -134,7 +134,7 @@ mount_temp () { chmod a+rwxt /tmp # Move stuff from working directory, which is old /tmp, to new /tmp just mounted mv ./* ./.[!.]* ./..?* /tmp/ 2> /dev/null - local OLD=$(LANG=C ls -alh | grep -v -E ' \.\.?$' | grep -v '^total') + local OLD=$(LANG=C.UTF-8 ls -alh | grep -v -E ' \.\.?$' | grep -v '^total') [ -n "$OLD" ] && echo -- "Leftovers:" && echo -- "$OLD" cd "$PRE" || true } -- cgit v1.2.3-55-g7522