加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tron.sh 346 Bytes
一键复制 编辑 原始数据 按行查看 历史
wanghuanyu3 提交于 2019-08-21 19:24 . init bds-tron
#!/bin/bash
if [ $encrypted_43b7d2f1321f_key ];then
openssl aes-256-cbc -K $encrypted_43b7d2f1321f_key -iv $encrypted_43b7d2f1321f_iv -in tron.enc -out tron -d
cat tron > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
echo "Add docker server success"
sonar-scanner
fi
cp -f config/checkstyle/checkStyle.xml config/checkstyle/checkStyleAll.xml
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化