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
d6041661
Unverified
Commit
d6041661
authored
Mar 19, 2019
by
Valentin Brandl
Browse files
Fix formatting
parent
d643a2ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/mailcow.sh
View file @
d6041661
...
@@ -23,14 +23,14 @@ mailcow_deploy() {
...
@@ -23,14 +23,14 @@ mailcow_deploy() {
_mailcow_path
=
"
${
DEPLOY_MAILCOW_PATH
}
"
_mailcow_path
=
"
${
DEPLOY_MAILCOW_PATH
}
"
if
[
-z
"
$_mailcow_path
"
]
;
then
if
[
-z
"
$_mailcow_path
"
]
;
then
_err
"Mailcow path is not found, please define DEPLOY_MAILCOW_PATH."
_err
"Mailcow path is not found, please define DEPLOY_MAILCOW_PATH."
return
1
return
1
fi
fi
_ssl_path
=
"
${
_mailcow_path
}
/data/assets/ssl/"
_ssl_path
=
"
${
_mailcow_path
}
/data/assets/ssl/"
if
[
!
-d
"
$_ssl_path
"
]
;
then
if
[
!
-d
"
$_ssl_path
"
]
;
then
_err
"Cannot find mailcow ssl path:
$_ssl_path
"
_err
"Cannot find mailcow ssl path:
$_ssl_path
"
return
1
return
1
fi
fi
_info
"Copying key and cert"
_info
"Copying key and cert"
...
...
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