mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-15 21:08:20 +08:00
CQHTTP: Change shebang to "/usr/bin/env sh"
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
#Support for CQHTTP api. Push notification on CoolQ
|
#Support for CQHTTP api. Push notification on CoolQ
|
||||||
#CQHTTP_TOKEN="" Required, QQ application token
|
#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_APIROOT="" Required, CQHTTP Server URL (without slash suffix)
|
||||||
#CQHTTP_CUSTOM_MSGHEAD="" Optional, custom message header
|
#CQHTTP_CUSTOM_MSGHEAD="" Optional, custom message header
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user