Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ansible
/
software
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 34d2ac02
authored
Nov 22, 2017
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add "#!/bin/bash" for shell script run
1 parent
cf738f43
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
mongo_7017.sh
mongo_7018.sh
mongo_7019.sh
mongo_7020.sh
mongo_7017.sh
View file @
34d2ac0
#!/bin/bash
/opt/stack/mongodb/mongodb/bin/mongo --host 127.0.0.1 --port 7017
<<EOF
use admin
...
...
mongo_7018.sh
View file @
34d2ac0
#!/bin/bash
/opt/stack/mongodb/mongodb/bin/mongo --host 127.0.0.1 --port 7018
<<EOF
use admin
...
...
mongo_7019.sh
View file @
34d2ac0
#!/bin/bash
/opt/stack/mongodb/mongodb/bin/mongo --host 127.0.0.1 --port 7019
<<EOF
use admin
...
...
mongo_7020.sh
View file @
34d2ac0
#!/bin/bash
/opt/stack/mongodb/mongodb/bin/mongo --host 127.0.0.1 --port 7020
<<EOF
use admin
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment