From 0d1f239629a93a1a520b4f141893293c0022ec0e Mon Sep 17 00:00:00 2001 From: jingrow Date: Sun, 10 Aug 2025 20:27:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8D=B8=E8=BD=BD=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uninstall_jsite.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/uninstall_jsite.sh b/uninstall_jsite.sh index 4d0f3ab..b0402cf 100644 --- a/uninstall_jsite.sh +++ b/uninstall_jsite.sh @@ -27,4 +27,9 @@ rm -rf /home/jingrow/traefik-docker # 删除用户 userdel -r jingrow 2>/dev/null || true -echo "jsite运行环境卸载完成!" \ No newline at end of file +echo "jsite运行环境卸载完成!" + +# 重启系统 +echo "系统将在3秒后重启..." +sleep 3 +reboot \ No newline at end of file