Reduce some of the excessive sleep times for various things

This commit is contained in:
Josh.5
2023-09-29 23:39:26 +13:00
parent c651034d13
commit 12cc16459a
5 changed files with 7 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ if [ "${current_local}" != "${USER_LOCALES}" ]; then
export LANGUAGE="${user_local}"
export LANG="${user_local}"
export LC_ALL="${user_local}" 2> /dev/null
sleep 2
sleep 0.5
locale-gen
update-locale LC_ALL="${user_local}"
else