Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
930e16b6
Commit
930e16b6
authored
Feb 11, 2020
by
Paul Nguyen
Browse files
fix gitdiff
parent
2077a70d
Changes
1
Show whitespace changes
Inline
Side-by-side
deploy/panos.sh
View file @
930e16b6
...
@@ -19,7 +19,6 @@ parse_response() {
...
@@ -19,7 +19,6 @@ parse_response() {
if
[
"
$status
"
=
"success"
]
;
then
if
[
"
$status
"
=
"success"
]
;
then
panos_key
=
$(
echo
"
$1
"
|
sed
's/^.*\(<key>\)\(.*\)<\/key>.*/\2/g'
)
panos_key
=
$(
echo
"
$1
"
|
sed
's/^.*\(<key>\)\(.*\)<\/key>.*/\2/g'
)
_panos_key
=
$panos_key
_panos_key
=
$panos_key
message
=
'PAN-OS key is set.'
else
else
message
=
"PAN-OS Key could not be set."
message
=
"PAN-OS Key could not be set."
fi
fi
...
...
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