Skip to content

Commit

Permalink
node issue
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Sep 7, 2024
1 parent bde1608 commit 35a87a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/start_celery.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash
source ${VENV_PATH}/bin/activate
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
exec "$@"

0 comments on commit 35a87a9

Please sign in to comment.