Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
95fd753f
Commit
95fd753f
authored
Mar 29, 2016
by
neil
Browse files
Merge pull request #109 from aaronbartell/master
Fix for parsing for IBM i v7.2
parents
90dda23f
7d91e35f
Changes
1
Hide whitespace changes
Inline
Side-by-side
le.sh
View file @
95fd753f
...
@@ -1142,7 +1142,7 @@ issue() {
...
@@ -1142,7 +1142,7 @@ issue() {
return
1
return
1
fi
fi
status
=
$(
echo
$response
| egrep
-o
'"status":"[^"]
+"
'
|
cut
-d
:
-f
2 |
tr
-d
'"'
)
status
=
$(
echo
$response
| egrep
-o
'"status":"[^"]
*
'
|
cut
-d
:
-f
2 |
tr
-d
'"'
)
if
[
"
$status
"
==
"valid"
]
;
then
if
[
"
$status
"
==
"valid"
]
;
then
_info
"Success"
_info
"Success"
_stopserver
$serverproc
_stopserver
$serverproc
...
...
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