From 9ebfdad5cbc720a197f49992055ac733b07dc909 Mon Sep 17 00:00:00 2001 From: liang-ys Date: Wed, 29 Apr 2026 12:01:45 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=9C=8D=E5=8A=A1=E7=9A=84=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=9F=A5=E6=89=BE=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/others/sys_file_service_manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/others/sys_file_service_manager.sh b/installer/others/sys_file_service_manager.sh index cd174ffc..a8ae8fa9 100644 --- a/installer/others/sys_file_service_manager.sh +++ b/installer/others/sys_file_service_manager.sh @@ -5,7 +5,7 @@ set -e #注册 sys_file_service 到 systemd SERVICE_NAME="sys_file_service" SERVICE_FILE="/etc/systemd/system/${SERVICE_NAME}.service" -script_path="/opt/EnergyHub/installer" +script_path="/opt/HMEnergy/installer" install_service() { echo "INFO:开始注册 ${SERVICE_NAME} 到 systemd..."