Browse Source

fix gitdiff

Paul Nguyen 5 năm trước cách đây
mục cha
commit
930e16b64a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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