[ proxy ] - clash config update
This commit is contained in:
@@ -352,7 +352,7 @@ install_docker() {
|
||||
if [[ $linux_release_version == "centos" ]]; then
|
||||
## 安装docker的依赖
|
||||
log "正在安装安装docker的依赖"
|
||||
install_demand_softwares yum-utils device-mapper-persistent-data lvm2 || return $?
|
||||
install_demand_softwares yum-utils device-mapper-persistent-data lvm2
|
||||
colorEchoGreen "----------docker的依赖安装完成----------"
|
||||
SplitGreen
|
||||
|
||||
@@ -990,7 +990,7 @@ get_octopus_agent_latest_version(){
|
||||
FunctionStart "查询 Octopus Agent 最新的版本!"
|
||||
octopus_latest_version=$(curl -s -timeout=5 "${agent_version_url}")
|
||||
|
||||
if [[ $octopus_latest_version -eq "123" ]]; then
|
||||
if [ "$octopus_latest_version" == "123" ]; then
|
||||
echo "find_octopus_latest_version error ! "
|
||||
return 233
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user