From d8b24478463ddb217f3bc6cebea05f2f1ab8dfeb Mon Sep 17 00:00:00 2001 From: Wouter Ensink <46427708+w-ensink@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:39:30 +0100 Subject: [PATCH] fix typo --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index d5a50e6..1bb936c 100644 --- a/start.sh +++ b/start.sh @@ -7,7 +7,7 @@ set -e # exit the script immediately when an error is encountered # so this provides the option to provide a config template with some environment variables echo "creating config.json based on template" envsubst < /config/config.json > /tmp/conf.json -cp /tms/conf.json $IRMA_CONF/config.json +cp /tmp/conf.json $IRMA_CONF/config.json echo "generating binary file for private key" openssl rsa -in /irma-jwt-key/priv.pem -outform der -out /usr/local/keys/priv.der