]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
Fixed line formatting
authorPaul Nguyen <panguyen@paloaltonetworks.com>
Wed, 12 Feb 2020 23:00:23 +0000 (15:00 -0800)
committerPaul Nguyen <panguyen@paloaltonetworks.com>
Wed, 12 Feb 2020 23:00:23 +0000 (15:00 -0800)
deploy/panos.sh

index 627a59de7b2c0612f7de988d959831eeadad96b3..a550d8778068f9ccfe490ae4b3f7ef327363a0ee 100644 (file)
@@ -94,7 +94,6 @@ panos_deploy() {
   _cdomain="$1"
   _ckey="$2"
   _cfullchain="$5"
-  
   # PANOS ENV VAR check
   if [ -z "$PANOS_USER" ] || [ -z "$PANOS_PASS" ] || [ -z "$PANOS_HOST" ]; then
     _debug "No ENV variables found lets check for saved variables"