Skip to content

Commit

Permalink
feat: 去掉 collie 限制
Browse files Browse the repository at this point in the history
  • Loading branch information
xbingW committed Jun 24, 2024
1 parent 97dbf6b commit bca9cba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions release/latest/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,6 @@ done

cd "$safeline_path"

grep COLLIE .env >/dev/null 2>&1
if [ $? -eq "0" ]; then
abort "检测到你的环境通过牧云主机助手安装,请使用牧云主机助手-应用市场进行升级."
fi

compose_name=$(ls docker-compose.yaml compose.yaml 2>/dev/null)
compose_path=$safeline_path/$compose_name

Expand Down

0 comments on commit bca9cba

Please sign in to comment.