From d9183aa80ae17d36b79dda48c6b1d7fa22a80ee3 Mon Sep 17 00:00:00 2001 From: xiejun <xiejun@vci-tech.com> Date: 星期三, 22 一月 2025 11:20:41 +0800 Subject: [PATCH] 现场型号代号/人员/组织接口调试 --- Source/UBCS/service-systemctl-restart.sh | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/Source/UBCS/service-systemctl-restart.sh b/Source/UBCS/service-systemctl-restart.sh index dd610e8..8993e66 100644 --- a/Source/UBCS/service-systemctl-restart.sh +++ b/Source/UBCS/service-systemctl-restart.sh @@ -18,61 +18,85 @@ systemctl restart ubcs-admin.service echo '---------------ubcs-admin 鏈嶅姟閲嶅惎鍛戒护鎵ц瀹屾瘯------------------' +sleep 3 + echo '--------------ubcs-applyjtcodeservice 鏈嶅姟姝e湪閲嶅惎------------' yes | cp -f ./target/ubcs-applyjtcodeservice.jar /data1/ubcs/ubcs-server/ubcs_applyjtcodeservice/ systemctl restart ubcs-applyjtcodeservice.service echo '----------ubcs-applyjtcodeservice 鏈嶅姟閲嶅惎鍛戒护鎵ц瀹屾瘯----------' + +sleep 3 echo '-------------------ubcs-auth 鏈嶅姟姝e湪閲嶅惎------------------ --' yes | cp -f ./target/ubcs-auth.jar /data1/ubcs/ubcs-server/ubcs_auth/ systemctl restart ubcs-auth.service echo '---------------ubcs-auth 鏈嶅姟閲嶅惎鍛戒护鎵ц瀹屾瘯-------------------' +sleep 3 + echo '-------------------ubcs-code 鏈嶅姟姝e湪閲嶅惎---------------------' yes | cp -f ./target/ubcs-code.jar /data1/ubcs/ubcs-server/ubcs_code/ systemctl restart ubcs-code.service echo '---------------ubcs-code 鏈嶅姟閲嶅惎鍛戒护鎵ц瀹屾瘯-------------------' + +sleep 3 echo '-------------------ubcs-desk 鏈嶅姟姝e湪閲嶅惎---------------------' yes | cp -f ./target/ubcs-desk.jar /data1/ubcs/ubcs-server/ubcs_desk/ systemctl restart ubcs-desk.service echo '---------------ubcs-desk 鏈嶅姟閲嶅惎鍛戒护鎵ц瀹屾瘯-------------------' +sleep 3 + echo '-------------------ubcs-flow 鏈嶅姟姝e湪閲嶅惎--------------------' yes | cp -f ./target/ubcs-flow.jar /data1/ubcs/ubcs-server/ubcs_flow/ systemctl restart ubcs-flow.service echo '---------------ubcs-flow 鏈嶅姟閲嶅惎鍛戒护鎵ц瀹屾瘯------------------' + +sleep 3 echo '-------------------ubcs-gateway 鏈嶅姟姝e湪閲嶅惎-----------------' yes | cp -f ./target/ubcs-gateway.jar /data1/ubcs/ubcs-server/ubcs_gateway/ systemctl restart ubcs-gateway.service echo '---------------ubcs-gateway 鏈嶅姟閲嶅惎鍛戒护鎵ц瀹屾瘯---------------' +sleep 3 + echo '-------------------ubcs-log 鏈嶅姟姝e湪閲嶅惎---------------------' yes | cp -f ./target/ubcs-log.jar /data1/ubcs/ubcs-server/ubcs_log/ systemctl restart ubcs-log.service echo '---------------ubcs-log 鏈嶅姟閲嶅惎鍛戒护鎵ц瀹屾瘯-------------------' + +sleep 3 echo '-------------------ubcs-omd 鏈嶅姟姝e湪閲嶅惎---------------------' yes | cp -f ./target/ubcs-omd.jar /data1/ubcs/ubcs-server/ubcs_omd/ systemctl restart ubcs-omd.service echo '---------------ubcs-omd 鏈嶅姟閲嶅惎鍛戒护鎵ц瀹屾瘯-------------------' +sleep 3 + echo '-------------------ubcs-report 鏈嶅姟姝e湪閲嶅惎-------------------' yes | cp -f ./target/ubcs-report.jar /data1/ubcs/ubcs-server/ubcs_report/ systemctl restart ubcs-report.service echo '---------------ubcs-report 鏈嶅姟閲嶅惎鍛戒护鎵ц瀹屾瘯-----------------' + +sleep 3 echo '-------------------ubcs-resource 鏈嶅姟姝e湪閲嶅惎------------------' yes | cp -f ./target/ubcs-resource.jar /data1/ubcs/ubcs-server/ubcs_resource/ systemctl restart ubcs-resource.service echo '---------------ubcs-resource 鏈嶅姟閲嶅惎鍛戒护鎵ц瀹屾瘯----------------' +sleep 3 + echo '-------------------ubcs-system 鏈嶅姟姝e湪閲嶅惎---------------------' yes | cp -f ./target/ubcs-system.jar /data1/ubcs/ubcs-server/ubcs_system/ systemctl restart ubcs-system.service echo '---------------ubcs-system 鏈嶅姟閲嶅惎鍛戒护鎵ц瀹屾瘯-------------------' +sleep 3 + echo '--------------------ubcs-user 鏈嶅姟姝e湪閲嶅惎----------------------' yes | cp -f ./target/ubcs-user.jar /data1/ubcs/ubcs-server/ubcs_user/ systemctl restart ubcs-user.service -- Gitblit v1.9.3