From 62aa06b34335164b20f30c3d98a8d540a3c6e1f1 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 3 Oct 2025 09:32:41 +0200 Subject: [PATCH] typo --- tools/pve/post-pve-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pve/post-pve-install.sh b/tools/pve/post-pve-install.sh index ba32060c..42df5d77 100644 --- a/tools/pve/post-pve-install.sh +++ b/tools/pve/post-pve-install.sh @@ -197,7 +197,7 @@ start_routines_9() { # Check sources.list if [[ -f "$listfile" ]] && grep -qE '^\s*deb ' "$listfile"; then - ((++ LEGACY_COUNT )) + (( ++LEGACY_COUNT )) fi # Check .list files