mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-03 10:13:42 +00:00
fix latest ros compat
This commit is contained in:
parent
81bf83278d
commit
b684ea8087
@ -3,4 +3,4 @@
|
||||
set -o pipefail
|
||||
set -e
|
||||
echo "Downloading and starting ROS. Current directory: " $(pwd)
|
||||
sh scripts/download-object-server.sh && ./node_modules/.bin/ros start --data realm-object-server-data && echo \"Server PID: $!\"
|
||||
sh scripts/download-object-server.sh && export ROS_SKIP_PROMTS=true && ./node_modules/.bin/ros start --data realm-object-server-data && echo \"Server PID: $!\"
|
Loading…
x
Reference in New Issue
Block a user