mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-12-12 10:57:57 +00:00
Fix typo in build.func (#5041)
This commit is contained in:
committed by
GitHub
parent
590db0d148
commit
4b7c734b9a
@@ -379,7 +379,7 @@ write_config() {
|
|||||||
|
|
||||||
CT_TYPE="${CT_TYPE}"
|
CT_TYPE="${CT_TYPE}"
|
||||||
DISK_SIZE="${DISK_SIZE}"
|
DISK_SIZE="${DISK_SIZE}"
|
||||||
CORE_COUNT="${DISK_SIZE}"
|
CORE_COUNT="${CORE_COUNT}"
|
||||||
RAM_SIZE="${RAM_SIZE}"
|
RAM_SIZE="${RAM_SIZE}"
|
||||||
HN="${HN}"
|
HN="${HN}"
|
||||||
BRG="${BRG}"
|
BRG="${BRG}"
|
||||||
@@ -411,7 +411,7 @@ EOF
|
|||||||
|
|
||||||
CT_TYPE="${CT_TYPE}"
|
CT_TYPE="${CT_TYPE}"
|
||||||
DISK_SIZE="${DISK_SIZE}"
|
DISK_SIZE="${DISK_SIZE}"
|
||||||
CORE_COUNT="${DISK_SIZE}"
|
CORE_COUNT="${CORE_COUNT}"
|
||||||
RAM_SIZE="${RAM_SIZE}"
|
RAM_SIZE="${RAM_SIZE}"
|
||||||
HN="${HN}"
|
HN="${HN}"
|
||||||
BRG="${BRG}"
|
BRG="${BRG}"
|
||||||
|
|||||||
Reference in New Issue
Block a user