fixing error msgs

This commit is contained in:
Jeffrey Paul 2020-04-11 16:41:22 -07:00
parent 3a0c174769
commit 8be534dd2c
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,9 @@
echo "##### build/run.sh"
export LANG="en_US.UTF-8"
export LANGUAGE="en_US:en"
set -x
TD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd)"
@ -18,8 +21,10 @@ SSH_HOST_KEY_FILES="
ssh_host_rsa_key
ssh_host_rsa_key.pub
"
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
locale-gen en_US.UTF-8
update-locale LANG=en_US
dpkg-reconfigure locales
for FN in $SSH_HOST_KEY_FILES ; do
ln -s /hostroot/etc/ssh/$FN /etc/ssh/$FN

0
root/home/user/.local/profile.d/100.spyware.sh Executable file → Normal file
View File