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