From bcdf8f15e74487e8754c7b29d41259a5668b58b5 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 8 May 2025 13:23:22 +0200 Subject: [PATCH] Update openwrt.sh --- vm/openwrt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/openwrt.sh b/vm/openwrt.sh index 9c17c9625..9d91c1d19 100644 --- a/vm/openwrt.sh +++ b/vm/openwrt.sh @@ -223,7 +223,7 @@ function exit-script() { } function default_settings() { - VMID=$NEXTID + VMID=$(get_valid_nextid) HN=openwrt CORE_COUNT="1" RAM_SIZE="256"