diff --git a/templates/bec-server.sh.j2 b/templates/bec-server.sh.j2 index caca34a..db62feb 100644 --- a/templates/bec-server.sh.j2 +++ b/templates/bec-server.sh.j2 @@ -1,2 +1,2 @@ source {{ bec_venv_path }}/bin/activate -exec bec-server start --config {{ bec_path }}/bec_config.yaml --interface tmux +exec bec-server start --config {{ bec_path }}/bec/deployment_configs/server.yaml --interface tmux diff --git a/templates/bec.j2 b/templates/bec.j2 index e3cfbc9..3464e0e 100644 --- a/templates/bec.j2 +++ b/templates/bec.j2 @@ -1,4 +1,4 @@ #!/bin/sh source {{ bec_venv_path }}/bin/activate -exec bec --config {{ bec_path }}/bec_config.yaml "$@" +exec bec --config {{ bec_path }}/bec/deployment_configs/client.yaml "$@"