Skip to content

Commit b66d1f8

Browse files
authored
Update start-brightics.sh
1 parent 7a693fa commit b66d1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/start-brightics.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ cd $BRIGHTICS_PACKAGES_HOME/brightics-server
2929

3030
# Visual Analytics
3131
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 &
32+
node app.js --user_id $USER_ID --access_token $ACCESS_TOKEN &>/dev/null &
3333
echo $! > va.pid
3434

0 commit comments

Comments
 (0)