允许 Shell 脚本强指定请求脚本内容.

This commit is contained in:
2023-01-28 21:42:03 +08:00
parent b65f1b8ceb
commit a916923eea
2 changed files with 32 additions and 19 deletions

View File

@ -7,7 +7,7 @@ sshkey_url="https://q-ssh.lamgc.me/ssh.keys"
# 默认的 Cron 执行计划, 每天凌晨 0 点执行
default_cron="0 0 * * *"
# 脚本 Url
script_url="https://q-ssh.lamgc.me"
script_url="https://q-ssh.lamgc.me/script.sh"
############ 脚本区 ##########