mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-10 09:04:22 +08:00
Fixed line formatting
This commit is contained in:
@@ -94,7 +94,6 @@ panos_deploy() {
|
|||||||
_cdomain="$1"
|
_cdomain="$1"
|
||||||
_ckey="$2"
|
_ckey="$2"
|
||||||
_cfullchain="$5"
|
_cfullchain="$5"
|
||||||
|
|
||||||
# PANOS ENV VAR check
|
# PANOS ENV VAR check
|
||||||
if [ -z "$PANOS_USER" ] || [ -z "$PANOS_PASS" ] || [ -z "$PANOS_HOST" ]; then
|
if [ -z "$PANOS_USER" ] || [ -z "$PANOS_PASS" ] || [ -z "$PANOS_HOST" ]; then
|
||||||
_debug "No ENV variables found lets check for saved variables"
|
_debug "No ENV variables found lets check for saved variables"
|
||||||
|
|||||||
Reference in New Issue
Block a user