We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a693fa commit b66d1f8Copy full SHA for b66d1f8
bin/start-brightics.sh
@@ -29,6 +29,6 @@ cd $BRIGHTICS_PACKAGES_HOME/brightics-server
29
30
# Visual Analytics
31
cd $BRIGHTICS_PACKAGES_HOME/visual-analytics
32
-$BRIGHTICS_PACKAGES_HOME/lib/node/node app.js --user_id $USER_ID --access_token $ACCESS_TOKEN &>/dev/null &
+node app.js --user_id $USER_ID --access_token $ACCESS_TOKEN &>/dev/null &
33
echo $! > va.pid
34
0 commit comments