From: Christian Heller Date: Tue, 29 Apr 2025 23:53:02 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%22https:/validator.w3.org/balance?a=commitdiff_plain;h=ffa11409e2bd933a89b5dd9d047883924a161842;p=config Fix. --- diff --git a/testing/scripts/init_server_access.sh b/testing/scripts/init_server_access.sh index 051a2f6..290995c 100755 --- a/testing/scripts/init_server_access.sh +++ b/testing/scripts/init_server_access.sh @@ -54,6 +54,9 @@ ${CMD_SSH} 'passwd' ${CMD_STTY_ECHO} trapp +echo '# On server, ensuring some minimum locale presence …' +${CMD_SSH} 'if [ ! -z "$(locale 2>&1 1>/dev/null)" ]; then localectl set-locale en_US.UTF8; done' + echo '# On server, updating package database …' ${CMD_SSH} 'apt-get -q -q update'