From 4b07d263728715fa401856988dc79c4cabf46bb3 Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Wed, 3 Sep 2025 23:14:57 +0200 Subject: [PATCH] install_newt_v2.sh aktualisiert --- install_newt_v2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_newt_v2.sh b/install_newt_v2.sh index 6cbe861..50ec6df 100644 --- a/install_newt_v2.sh +++ b/install_newt_v2.sh @@ -3,7 +3,7 @@ set -e REPO="fosrl/newt" INSTALL_DIR="/opt/newt" -SERVICE_NAME="PVE-MGNT" +SERVICE_NAME="ME-MSP-Newt" SYMLINK="${INSTALL_DIR}/newt_latest" SERVICE_FILE="/etc/systemd/system/${SERVICE_NAME}.service"