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..."