Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
915ced7b
Commit
915ced7b
authored
May 09, 2022
by
neil
Browse files
Update callmebotWhatsApp.sh
parent
5a36b907
Changes
1
Hide whitespace changes
Inline
Side-by-side
notify/callmebotWhatsApp.sh
View file @
915ced7b
...
@@ -20,7 +20,7 @@ callmebotWhatsApp_send() {
...
@@ -20,7 +20,7 @@ callmebotWhatsApp_send() {
_saveaccountconf_mutable CALLMEBOT_YOUR_PHONE_NO
"
$CALLMEBOT_YOUR_PHONE_NO
"
_saveaccountconf_mutable CALLMEBOT_YOUR_PHONE_NO
"
$CALLMEBOT_YOUR_PHONE_NO
"
CALLMEBOT_API_KEY
=
"
${
CALLMEBOT_API_KEY
:-
$(
_readaccountconf_mutable CALLMEBOT_API_KEY
)
}
"
CALLMEBOT_API_KEY
=
"
${
CALLMEBOT_API_KEY
:-
$(
_readaccountconf_mutable CALLMEBOT_API_KEY
)
}
"
if
[
-n
"
$CALLMEBOT_API_KEY
"
]
;
then
if
[
"
$CALLMEBOT_API_KEY
"
]
;
then
_saveaccountconf_mutable CALLMEBOT_API_KEY
"
$CALLMEBOT_API_KEY
"
_saveaccountconf_mutable CALLMEBOT_API_KEY
"
$CALLMEBOT_API_KEY
"
fi
fi
...
...
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