From eb60792594517b0c01d6c41899eaa58e21f77bcc Mon Sep 17 00:00:00 2001 From: huanghaiquan Date: Wed, 18 Sep 2019 16:39:07 +0800 Subject: [PATCH] renamed shell scripts; --- .../main/resources/scripts/{jump-start.sh => manager-start.sh} | 0 .../src/main/resources/scripts/{jump-stop.sh => manager-stop.sh} | 0 .../src/main/resources/scripts/{shutdown.sh => peer-shutdown.sh} | 0 .../src/main/resources/scripts/{startup.sh => peer-startup.sh} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename source/deployment/deployment-peer/src/main/resources/scripts/{jump-start.sh => manager-start.sh} (100%) rename source/deployment/deployment-peer/src/main/resources/scripts/{jump-stop.sh => manager-stop.sh} (100%) rename source/deployment/deployment-peer/src/main/resources/scripts/{shutdown.sh => peer-shutdown.sh} (100%) rename source/deployment/deployment-peer/src/main/resources/scripts/{startup.sh => peer-startup.sh} (100%) diff --git a/source/deployment/deployment-peer/src/main/resources/scripts/jump-start.sh b/source/deployment/deployment-peer/src/main/resources/scripts/manager-start.sh similarity index 100% rename from source/deployment/deployment-peer/src/main/resources/scripts/jump-start.sh rename to source/deployment/deployment-peer/src/main/resources/scripts/manager-start.sh diff --git a/source/deployment/deployment-peer/src/main/resources/scripts/jump-stop.sh b/source/deployment/deployment-peer/src/main/resources/scripts/manager-stop.sh similarity index 100% rename from source/deployment/deployment-peer/src/main/resources/scripts/jump-stop.sh rename to source/deployment/deployment-peer/src/main/resources/scripts/manager-stop.sh diff --git a/source/deployment/deployment-peer/src/main/resources/scripts/shutdown.sh b/source/deployment/deployment-peer/src/main/resources/scripts/peer-shutdown.sh similarity index 100% rename from source/deployment/deployment-peer/src/main/resources/scripts/shutdown.sh rename to source/deployment/deployment-peer/src/main/resources/scripts/peer-shutdown.sh diff --git a/source/deployment/deployment-peer/src/main/resources/scripts/startup.sh b/source/deployment/deployment-peer/src/main/resources/scripts/peer-startup.sh similarity index 100% rename from source/deployment/deployment-peer/src/main/resources/scripts/startup.sh rename to source/deployment/deployment-peer/src/main/resources/scripts/peer-startup.sh