本脚本仅重启IBM Cloud Foundry中的应用程序项目,每天重启一次!不更新应用程序!
切换区域到英国伦敦:ibmcloud target -r eu-gb
IBM Shell一键脚本:
wget https://raw.githubusercontent.com/ShadowsocksR-Live/shadowsocksr-native/master/install/ibmcloud.sh
bash ibmcloud.sh
Secrets变量 | 形式 |
---|---|
MAIL |
IBM Cloud 邮箱地址 |
PWD |
IBM Cloud 邮箱密码 |
CFNAME |
IBM Cloud 应用程序名 |
RGN |
eu-gb(英国伦敦) |
感谢:
ssrot脚本出自:ShadowsocksR-native
重启脚本参考:peng4740