mirror of
https://github.com/bin456789/reinstall.git
synced 2025-01-19 04:49:13 +08:00
更改 LC_NUMERIC
This commit is contained in:
parent
cca7030daa
commit
652784717d
@ -17,7 +17,8 @@ xda=$(lsblk -dn -o NAME | grep -E 'nvme0n1|.da')
|
|||||||
installer_num=$(readlink -f /dev/disk/by-label/installer | grep -o '[0-9]*$')
|
installer_num=$(readlink -f /dev/disk/by-label/installer | grep -o '[0-9]*$')
|
||||||
if [ -n "$installer_num" ]; then
|
if [ -n "$installer_num" ]; then
|
||||||
# 要添加 LC_NUMERIC 或者将%转义成\%才能在cron里正确运行
|
# 要添加 LC_NUMERIC 或者将%转义成\%才能在cron里正确运行
|
||||||
LC_NUMERIC=en_US.utf8
|
# locale -a 不一定有"en_US.UTF-8",但肯定有"C.UTF-8"
|
||||||
|
LC_NUMERIC="C.UTF-8"
|
||||||
printf "d\n%s\nw" "$installer_num" | fdisk /dev/$xda
|
printf "d\n%s\nw" "$installer_num" | fdisk /dev/$xda
|
||||||
update_part /dev/$xda
|
update_part /dev/$xda
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user