Skip to content

Commit

Permalink
Remove hard coded project path from adamant_env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkelk authored and Jbsco committed Jun 24, 2024
1 parent 9b130b5 commit eab1d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/adamant_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ case $1 in
execute "${DOCKER_COMPOSE_COMMAND} -f ${DOCKER_COMPOSE_CONFIG} up --pull \"missing\" -d"
execute "${DOCKER_COMPOSE_COMMAND} -f ${DOCKER_COMPOSE_CONFIG} exec ${PROJECT_NAME} bash -c \"\
if [ ! -f /home/user/.initialized ]; \
then source /home/user/adamant/env/activate && touch /home/user/.initialized; \
then source /home/user/${PROJECT_NAME}/env/activate && touch /home/user/.initialized; \
fi;\""
echo ""
echo "Run \"./adamant_env.sh login\" to log in."
Expand Down

0 comments on commit eab1d33

Please sign in to comment.