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
fc5e3a0a
Unverified
Commit
fc5e3a0a
authored
May 13, 2019
by
Honza Hommer
Browse files
remove echo command
parent
30f2c2bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
notify/mail.sh
View file @
fc5e3a0a
...
@@ -47,9 +47,6 @@ mail_send() {
...
@@ -47,9 +47,6 @@ mail_send() {
_saveaccountconf_mutable MAIL_TO
"
$MAIL_TO
"
_saveaccountconf_mutable MAIL_TO
"
$MAIL_TO
"
else
else
MAIL_TO
=
"
$(
_readaccountconf ACCOUNT_EMAIL
)
"
MAIL_TO
=
"
$(
_readaccountconf ACCOUNT_EMAIL
)
"
echo
"MAIL_TO:
$MAIL_TO
"
if
[
-z
"
$MAIL_TO
"
]
;
then
if
[
-z
"
$MAIL_TO
"
]
;
then
_err
"It seems that account email is empty."
_err
"It seems that account email is empty."
return
1
return
1
...
...
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