This commit is contained in:
Wang Sen Di
2025-11-27 15:54:30 +08:00
parent 1090ef558c
commit a885bec8d0

View File

@@ -65,7 +65,6 @@ __main() {
[[ -z "$_id" ]] && return
# 防止环境变量有问题
if [[ -z "$CACHE" ]]; then
:
CACHE=$(cat /host/workspace/runc-rootfs/biz-m-arm32-*/config.json | jq -r '.process.env[]' | awk -F = '/CACHE/{print $NF}')
fi
if [[ -z "$FILE_PATH_START" ]]; then