From 5ca94602f0b7f296b3df95e963942e65e0919760 Mon Sep 17 00:00:00 2001 From: wangjx <1609724385@qq.com> Date: Wed, 23 Jun 2021 17:21:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E5=88=B0Sentinel=E6=A0=B9?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sentinel-dashboard/Dockerfile => Dockerfile | 0 .../sentinel_dashboard_run.sh => sentinel_dashboard_run.sh | 0 sentinel-dashboard/setup_pro.sh => setup_pro.sh | 0 sentinel-dashboard/setup_test.sh => setup_test.sh | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename sentinel-dashboard/Dockerfile => Dockerfile (100%) rename sentinel-dashboard/sentinel_dashboard_run.sh => sentinel_dashboard_run.sh (100%) rename sentinel-dashboard/setup_pro.sh => setup_pro.sh (100%) rename sentinel-dashboard/setup_test.sh => setup_test.sh (100%) diff --git a/sentinel-dashboard/Dockerfile b/Dockerfile similarity index 100% rename from sentinel-dashboard/Dockerfile rename to Dockerfile diff --git a/sentinel-dashboard/sentinel_dashboard_run.sh b/sentinel_dashboard_run.sh similarity index 100% rename from sentinel-dashboard/sentinel_dashboard_run.sh rename to sentinel_dashboard_run.sh diff --git a/sentinel-dashboard/setup_pro.sh b/setup_pro.sh similarity index 100% rename from sentinel-dashboard/setup_pro.sh rename to setup_pro.sh diff --git a/sentinel-dashboard/setup_test.sh b/setup_test.sh similarity index 100% rename from sentinel-dashboard/setup_test.sh rename to setup_test.sh