Browse Source

fix gitdiff

Paul Nguyen 5 years ago
parent
commit
930e16b64a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      deploy/panos.sh

+ 0 - 1
deploy/panos.sh

@@ -19,7 +19,6 @@ parse_response() {
     if [ "$status" = "success" ]; then
       panos_key=$(echo "$1" | sed 's/^.*\(<key>\)\(.*\)<\/key>.*/\2/g')
       _panos_key=$panos_key
-      message='PAN-OS key is set.' 
     else
       message="PAN-OS Key could not be set."
     fi