Skip to content

Commit

Permalink
new line
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Nov 1, 2023
1 parent 272d016 commit 110402e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/after_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mv /home/datamade/asset-dashboard $PROJECT_DIR

# set up the right .env file
mv $PROJECT_DIR/configs/.env.$DEPLOYMENT_GROUP_NAME $PROJECT_DIR/.env
echo "\nDEPLOYMENT_ID=$DEPLOYMENT_ID" >> $PROJECT_DIR/.env
echo -e "\nDEPLOYMENT_ID=$DEPLOYMENT_ID" >> $PROJECT_DIR/.env

# Create a deployment specific virtual environment
python3 -m venv $VENV_DIR
Expand Down

0 comments on commit 110402e

Please sign in to comment.