mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-15 19:01:44 +00:00
fix gitdiff
This commit is contained in:
parent
2077a70d03
commit
930e16b64a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user