From 8e1f9ca19dfcd26a88c2b221557e0c1ceb32456d Mon Sep 17 00:00:00 2001 From: javahongxi Date: Thu, 11 Jan 2018 19:21:42 +0800 Subject: [PATCH] script --- whatsmars-spring-boot/{ => script}/deploy.sh | 0 whatsmars-spring-boot/{ => script}/host_prod.txt | 0 whatsmars-spring-boot/{ => script}/host_test.txt | 0 whatsmars-spring-boot/{ => script}/restart.sh | 0 whatsmars-spring-boot/{ => script}/start.sh | 0 whatsmars-spring-boot/{ => script}/stop.sh | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename whatsmars-spring-boot/{ => script}/deploy.sh (100%) rename whatsmars-spring-boot/{ => script}/host_prod.txt (100%) rename whatsmars-spring-boot/{ => script}/host_test.txt (100%) rename whatsmars-spring-boot/{ => script}/restart.sh (100%) rename whatsmars-spring-boot/{ => script}/start.sh (100%) mode change 100755 => 100644 rename whatsmars-spring-boot/{ => script}/stop.sh (100%) diff --git a/whatsmars-spring-boot/deploy.sh b/whatsmars-spring-boot/script/deploy.sh similarity index 100% rename from whatsmars-spring-boot/deploy.sh rename to whatsmars-spring-boot/script/deploy.sh diff --git a/whatsmars-spring-boot/host_prod.txt b/whatsmars-spring-boot/script/host_prod.txt similarity index 100% rename from whatsmars-spring-boot/host_prod.txt rename to whatsmars-spring-boot/script/host_prod.txt diff --git a/whatsmars-spring-boot/host_test.txt b/whatsmars-spring-boot/script/host_test.txt similarity index 100% rename from whatsmars-spring-boot/host_test.txt rename to whatsmars-spring-boot/script/host_test.txt diff --git a/whatsmars-spring-boot/restart.sh b/whatsmars-spring-boot/script/restart.sh similarity index 100% rename from whatsmars-spring-boot/restart.sh rename to whatsmars-spring-boot/script/restart.sh diff --git a/whatsmars-spring-boot/start.sh b/whatsmars-spring-boot/script/start.sh old mode 100755 new mode 100644 similarity index 100% rename from whatsmars-spring-boot/start.sh rename to whatsmars-spring-boot/script/start.sh diff --git a/whatsmars-spring-boot/stop.sh b/whatsmars-spring-boot/script/stop.sh similarity index 100% rename from whatsmars-spring-boot/stop.sh rename to whatsmars-spring-boot/script/stop.sh -- GitLab