From ca5f582c0f651671a1f1e989471f7831e64e51fc Mon Sep 17 00:00:00 2001 From: chunzhi Date: Mon, 29 Jul 2024 20:18:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20noderedeploy.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noderedeploy.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/noderedeploy.sh b/noderedeploy.sh index 966881c..38379a8 100644 --- a/noderedeploy.sh +++ b/noderedeploy.sh @@ -55,12 +55,6 @@ if [ ! -d "/usr/local/goedge" ]; then # Stop the current edge-node processes ./bin/edge-node stop - - # Clean up old data - rm -rf ./data - rm -rf ./bin - sudo rm -rf /opt/cache - # Restart edge-node ./bin/edge-node restart