From 76e9410467817bba7ff6b9bb5972f1cff846a66a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E7=8C=AB?= Date: Mon, 17 Mar 2025 18:24:42 +0900 Subject: [PATCH] Rename run.sh to run_debian12.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 脚本只支持debian12 --- run.sh => run_debian12.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename run.sh => run_debian12.sh (99%) diff --git a/run.sh b/run_debian12.sh similarity index 99% rename from run.sh rename to run_debian12.sh index bd904d93c..5a51a1a39 100644 --- a/run.sh +++ b/run_debian12.sh @@ -419,4 +419,4 @@ else systemctl start ${SERVICE_NAME} whiptail --msgbox "✅ 服务已启动!\n使用 systemctl status ${SERVICE_NAME} 查看状态" 10 60 fi -fi \ No newline at end of file +fi