From 6f86d32504ab2a065ab8b9f3e6897a35a69fbb48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=BF=98=E5=88=9D=E5=BF=83?= <1624717079@qq.com> Date: Wed, 21 Sep 2022 14:39:18 +0800 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 2ceaa81..1e8667a 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,7 +12,7 @@ apk update \ ### 执行upx upload upx login ${bucket} ${operator} ${operator_password} echo "start delete!" -upx rm -a * +upx rm -a /* echo "start upx upload!" upx put ${local_path} ${remote_path} #upx sync ${local_path} ${remote_path} --delete