Skip to content

Commit bcdf8f1

Browse files
committed
Update openwrt.sh
1 parent 326cbc3 commit bcdf8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/openwrt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function exit-script() {
223223
}
224224

225225
function default_settings() {
226-
VMID=$NEXTID
226+
VMID=$(get_valid_nextid)
227227
HN=openwrt
228228
CORE_COUNT="1"
229229
RAM_SIZE="256"

0 commit comments

Comments
 (0)