diff --git a/api/start_celery.sh b/api/start_celery.sh index ee42651..00c723a 100755 --- a/api/start_celery.sh +++ b/api/start_celery.sh @@ -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 "$@" \ No newline at end of file