Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
c355b25b
Commit
c355b25b
authored
Feb 12, 2020
by
Paul Nguyen
Browse files
Fixed line formatting
parent
1fe3d808
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/panos.sh
View file @
c355b25b
...
@@ -94,7 +94,6 @@ panos_deploy() {
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment