From 5385382a88e1df4ff1db97f9e9cde28abbca0f43 Mon Sep 17 00:00:00 2001 From: dvino Date: Thu, 11 Sep 2025 13:15:07 +0200 Subject: [PATCH] post-pve-install mobile nag fix (#7567) --- tools/pve/post-pve-install.sh | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/tools/pve/post-pve-install.sh b/tools/pve/post-pve-install.sh index e6b4fcdb7..8e018e2c1 100644 --- a/tools/pve/post-pve-install.sh +++ b/tools/pve/post-pve-install.sh @@ -530,14 +530,26 @@ if [ -f "$MOBILE_TPL" ] && ! grep -q "$MARKER" "$MOBILE_TPL"; then printf "%s\n" \ "$MARKER" \ "" \ "" >> "$MOBILE_TPL" fi