From bcdef4a924f5cfeb77f8d64695be8d624210bae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E6=A3=AE?= Date: Fri, 19 Jul 2024 18:39:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20casdoor=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 萌森 --- script/app_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/app_install.sh b/script/app_install.sh index 42c6ab0c..122ce06b 100644 --- a/script/app_install.sh +++ b/script/app_install.sh @@ -35,6 +35,7 @@ repos=( ) for repo in "${repos[@]}"; do + echo "$(date): Step 1 - Cloning repository: $repo" git clone --depth 1 -b released "$repo" "${BASE_DIR:?}/1panel/resource/apps/local/appstore-localApps" && break done