Commit 930e16b6 authored by Paul Nguyen's avatar Paul Nguyen
Browse files

fix gitdiff

parent 2077a70d
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment