Skip to content
Snippets Groups Projects
Commit db9d01dd authored by William Bell's avatar William Bell
Browse files

Updating script

parent da595e7f
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,9 @@ if [[ $? != 0 ]]; then
# Environment variable settings for MongoDB.
export MONGODB_SERVER="server"
export MONGODB_USERNAME="$USER"
export MONGODB_USERNAME="\$USER"
export MONGODB_PASSWD="your password"
export MONGODB_DB="$USER"
export MONGODB_DB="\$USER"
EOF
echo "Now edit the ~/.bashrc file."
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment