From abba1ad8aec06b4c1783adc6893c09ce108f08a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 9 Sep 2024 19:49:53 +0200 Subject: [PATCH] build(docker): fix dashboard auto config paths MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ui/web/docker/autoconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/web/docker/autoconfig.sh b/ui/web/docker/autoconfig.sh index f9c57eed..95e6e3e5 100755 --- a/ui/web/docker/autoconfig.sh +++ b/ui/web/docker/autoconfig.sh @@ -7,7 +7,7 @@ then [ -z $emobility_server_type ] && { echo "emobility env server type variable not found, exiting"; exit 1; } [ -z $emobility_service_type ] && { echo "emobility env service type variable not found, exiting"; exit 1; } - cp $emobility_install_dir/dist/assets/configs-docker/$emobility_server_type-$emobility_service_type-$emobility_landscape.json $emobility_install_dir/public/config.json + cp $emobility_install_dir/src/assets/configs-docker/$emobility_server_type-$emobility_service_type-$emobility_landscape.json $emobility_install_dir/dist/config.json else echo "no emobility env defined, start with default configuration" fi -- 2.34.1