Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
f6361f67
Commit
f6361f67
authored
Jan 27, 2016
by
Alex Edwards
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed -db-url flag as it now requires two dashes --db-url
parent
a3f26be5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
standup-db.sh
contrib/standup-db.sh
+2
-2
No files found.
contrib/standup-db.sh
View file @
f6361f67
...
...
@@ -40,7 +40,7 @@ until $(curl --output /dev/null --silent --fail http://localhost:5557/health); d
done
# Create a client
eval
"
$(
./bin/dexctl
-db-url
=
$DEX_DB_URL
new-client http://127.0.0.1:5555/callback
)
"
eval
"
$(
./bin/dexctl
-
-
db-url
=
$DEX_DB_URL
new-client http://127.0.0.1:5555/callback
)
"
# Set up connectors
DEX_CONNECTORS_FILE
=
$(
mktemp
/tmp/dex-conn.XXXXX
)
...
...
@@ -62,7 +62,7 @@ cat << EOF > $DEX_CONNECTORS_FILE
]
EOF
./bin/dexctl
-db-url
=
$DEX_DB_URL
set-connector-configs
$DEX_CONNECTORS_FILE
./bin/dexctl
-
-
db-url
=
$DEX_DB_URL
set-connector-configs
$DEX_CONNECTORS_FILE
# Start the worker
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment