Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRoehm committed Mar 30, 2024
1 parent 20e15ba commit fcc976e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions startbe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ function clean_up()
trap clean_up SIGINT EXIT

cd backend
yarn
node ./node_modules/.bin/ts-node src/index.ts > /dev/null &
yarn
yarn start
bePID=$!
CHECKBE=""
i=0
Expand Down

0 comments on commit fcc976e

Please sign in to comment.