From 143bd6bbd15e9fba74dbcaa70fcf65cf52ba0902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=85=89-k?= <36470587+kxgx@users.noreply.github.com> Date: Fri, 10 Jan 2025 23:50:47 +0800 Subject: [PATCH] Update install.sh --- bin/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/install.sh b/bin/install.sh index 8ff8185..8a47200 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -160,7 +160,6 @@ setup_service() { sudo systemctl enable $SERVICE_PATH sudo systemctl enable $SERVICE1_PATH sudo systemctl start $SERVICE_PATH - sudo systemctl start $SERVICE1_PATH else echo "复制服务文件失败" exit 1