From d7c02e91a247e6b61f4017abc7de6c760d15e4c9 Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Wed, 3 Sep 2025 23:15:44 +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 50ec6df..6cbe861 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="ME-MSP-Newt" +SERVICE_NAME="PVE-MGNT" SYMLINK="${INSTALL_DIR}/newt_latest" SERVICE_FILE="/etc/systemd/system/${SERVICE_NAME}.service"