Skip to content

Commit

Permalink
update route_guide_db path in php example
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkerou committed Sep 18, 2016
1 parent 5098508 commit 88671a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/php/route_guide/run_route_guide_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@

set -e
cd $(dirname $0)
php $extension_dir -d extension=grpc.so -d max_execution_time=300 \
route_guide_client.php ../../node/route_guide/route_guide_db.json
php -d extension=grpc.so -d max_execution_time=300 \
route_guide_client.php \
../../node/static_codegen/route_guide/route_guide_db.json

0 comments on commit 88671a8

Please sign in to comment.