Created
June 5, 2015 13:30
-
-
Save tasdomas/5f4fd3e1e96e0ff81714 to your computer and use it in GitHub Desktop.
juju-local-mongo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
mongo 127.0.0.1:37017/admin --ssl --username "admin" --password "`sudo grep oldpassword ~/.juju/local/agents/machine-0/agent.conf | cut -d' ' -f2`" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment