Skip to content

Commit

Permalink
Start config server or services, not both
Browse files Browse the repository at this point in the history
  • Loading branch information
Harald Musum committed Oct 9, 2019
1 parent d78ae3c commit 05f646b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aws_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ echo "override VESPA_CONFIGSERVERS $configserver_addr" >> $VESPA_HOME/conf/vespa
if [ "$configserver_addr" = "$fqdn" ]; then
echo "Starting vespa configuration server "
service vespa-configserver start
else
echo "Starting vespa services"
service vespa start
fi

echo "Starting vespa services"
service vespa start;

0 comments on commit 05f646b

Please sign in to comment.