更新 noderedeploy.sh

This commit is contained in:
chunzhi 2024-07-29 20:18:57 +08:00
parent f61db11c70
commit ca5f582c0f

View File

@ -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