mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-18 20:31:46 +00:00
CQHTTP: Change shebang to "/usr/bin/env sh"
This commit is contained in:
parent
64f8a222cb
commit
33670a5bd0
@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env sh
|
||||
|
||||
#Support for CQHTTP api. Push notification on CoolQ
|
||||
#CQHTTP_TOKEN="" Required, QQ application token
|
||||
#CQHTTP_USER="" Required, QQ reciever ID
|
||||
#CQHTTP_USER="" Required, QQ receiver ID
|
||||
#CQHTTP_APIROOT="" Required, CQHTTP Server URL (without slash suffix)
|
||||
#CQHTTP_CUSTOM_MSGHEAD="" Optional, custom message header
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user