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
9aaae245
Commit
9aaae245
authored
May 09, 2022
by
Sandeep Mittal
Committed by
neil
May 10, 2022
Browse files
Update callmebotWhatsApp.sh
unused variable removed and cleaned.
parent
915ced7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
notify/callmebotWhatsApp.sh
View file @
9aaae245
...
...
@@ -28,7 +28,7 @@ callmebotWhatsApp_send() {
_Phone_No
=
"
$(
printf
"%s"
"
$CALLMEBOT_YOUR_PHONE_NO
"
| _url_encode
)
"
_apikey
=
"
$(
printf
"%s"
"
$CALLMEBOT_API_KEY
"
| _url_encode
)
"
_message
=
"
$(
printf
"
$CQHTTP_CUSTOM_MSGHEAD
*%s*
\\
n%s"
"
$_subject
"
"
$_content
"
| _url_encode
)
"
_message
=
"
$(
printf
"*%s*
\\
n%s"
"
$_subject
"
"
$_content
"
| _url_encode
)
"
_finalUrl
=
"
$_waUrl
?phone=
$_Phone_No
&apikey=
$_apikey
&text=
$_message
"
response
=
"
$(
_get
"
$_finalUrl
"
)
"
...
...
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