fix env variable name

This commit is contained in:
blagoev 2017-11-14 11:42:31 +02:00 committed by GitHub
parent 1ff4316d26
commit 504782e46c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
set -o pipefail set -o pipefail
set -e set -e
echo "Downloading and starting ROS. Current directory: " $(pwd) echo "Downloading and starting ROS. Current directory: " $(pwd)
sh scripts/download-object-server.sh && export ROS_SKIP_PROMTS=true && ./node_modules/.bin/ros start --data realm-object-server-data && echo \"Server PID: $!\" sh scripts/download-object-server.sh && export ROS_SKIP_PROMPTS=true && ./node_modules/.bin/ros start --data realm-object-server-data && echo \"Server PID: $!\"