Skip to content

Commit

Permalink
update config server flask path in start script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Nara committed Aug 2, 2024
1 parent 8942534 commit ca9b186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function setup_aws_proxy() {
function run_config_server() {
echo "run_config_server"
cd /opt/uid2operator/config-server
/config-server/bin/flask run --host 127.0.0.1 --port 27015 &
/bin/flask run --host 127.0.0.1 --port 27015 &
}

function run_enclave() {
Expand Down

0 comments on commit ca9b186

Please sign in to comment.