From 175454150f9e3e371d1987a0967dff1671439bc2 Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Thu, 18 Jul 2024 15:46:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E7=A9=BA=E6=94=AF=E4=BB=98=E6=9C=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=84=9A=E6=9C=AC=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update_sk_pay.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_sk_pay.sh b/update_sk_pay.sh index ba5d357..db93324 100644 --- a/update_sk_pay.sh +++ b/update_sk_pay.sh @@ -16,6 +16,6 @@ cd /data/update/project/sk_pay || exit git pull mvn clean package if [ ! -z ${ip} ];then - scp ${BASE_DIR}/target/idip-1.0-SNAPSHOT.jar ${ip}:/data/shikong/idip/ - scp ${BASE_DIR}/pay_reboot.sh ${ip}:/data/shikong/delivery-server/pay_reboot.sh + scp target/idip-1.0-SNAPSHOT.jar ${ip}:/data/shikong/idip/ + scp pay_reboot.sh ${ip}:/data/shikong/idip/pay_reboot.sh fi