release 1.2: selectable language en|fr
This commit is contained in:
parent
334594c423
commit
10961e5ef5
7 changed files with 38 additions and 55 deletions
|
|
@ -2,6 +2,10 @@
|
|||
# FrancPaysan PROD host-agent (user francpaysan on francpaysan-host).
|
||||
# Shared reporting: run-host-report.sh (timeout, line-buffered log, first-run HTML).
|
||||
set -uo pipefail
|
||||
|
||||
# Language: en|fr (selectable). Default for this wrapper: fr
|
||||
export TALER_MON_LANG="${TALER_MON_LANG:-fr}"
|
||||
export TALER_MON_LANG_SET=1
|
||||
AGENT_DIR=$(cd "$(dirname "$0")" && pwd)
|
||||
|
||||
export AGENT_LABEL="${AGENT_LABEL:-fp-prod-host-agent}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue