Skip to content
Snippets Groups Projects
Commit e5a42b26 authored by Olivier Laurent's avatar Olivier Laurent
Browse files

[FIX] doc: use correct variable in bash example

parent 1d1debf6
No related branches found
No related tags found
No related merge requests found
...@@ -395,7 +395,7 @@ database upgrade request. ...@@ -395,7 +395,7 @@ database upgrade request.
KEY="Aw7pItGVKFuZ_FOR3U8VFQ==" KEY="Aw7pItGVKFuZ_FOR3U8VFQ=="
REQUEST_ID="10534" REQUEST_ID="10534"
URL_PARAMS="key=${KEY}&request=${REQUEST_ID}" URL_PARAMS="key=${KEY}&request=${REQUEST_ID}"
curl -sS "${PROCESS_URL}?${URL_PARAMS}" curl -sS "${STATUS_URL}?${URL_PARAMS}"
Sample output Sample output
------------- -------------
......
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