Skip to content

Commit

Permalink
scrips fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aletya committed Jul 8, 2024
1 parent 594d1d9 commit 278460d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ RUNNING=$?


if [ "${RUNNING}" -eq 1 ]; then
sudo pm2 start build/app.js --name RP_API -i 2 --wait-ready --listen-timeout 10000
sudo pm2 start build/src/app.js --name RP_API -i 2 --wait-ready --listen-timeout 10000
fi;

0 comments on commit 278460d

Please sign in to comment.