mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-07-27 13:39:49 +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