From fa405e75f0b3daae4c2ba64809b39c3f1cfdda16 Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Mon, 15 Jul 2024 16:24:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=90=AF=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- login_reboot.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 login_reboot.sh diff --git a/login_reboot.sh b/login_reboot.sh new file mode 100644 index 0000000..6a641db --- /dev/null +++ b/login_reboot.sh @@ -0,0 +1,6 @@ +#!/bin/bash +. /etc/profile + +bash /usr/local/apache-tomcat-7.0.79/bin/shutdown.sh +sleep 1 +bash /usr/local/apache-tomcat-7.0.79/bin/startup.sh \ No newline at end of file