Some typos for config_file #1081

Closed
opened 2026-02-04 22:58:19 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @spacegoret on GitHub (Jun 7, 2025).

Originally assigned to: @michelroegl-brunner on GitHub.

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

KASM

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/kasm.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

In the misc/build.func script, CORE_COUNT is set with the value of DISK_SIZE at lines 382 & 414:

Looks like a typo.

Commit which introduced the typos: 54c522e39b

🔄 Steps to reproduce the issue.

Look at the source code of misc/build.func

Paste the full error output (if available).

N/A

🖼️ Additional context (optional).

No response

Originally created by @spacegoret on GitHub (Jun 7, 2025). Originally assigned to: @michelroegl-brunner on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? KASM ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/kasm.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. In the misc/build.func script, CORE_COUNT is set with the value of DISK_SIZE at lines 382 & 414: - https://github.com/community-scripts/ProxmoxVE/blob/main/misc/build.func#L382 - https://github.com/community-scripts/ProxmoxVE/blob/main/misc/build.func#L414 Looks like a typo. Commit which introduced the typos: https://github.com/community-scripts/ProxmoxVE/commit/54c522e39b9730576d6b4e982d503fc03274fe61 ### 🔄 Steps to reproduce the issue. Look at the source code of misc/build.func ### ❌ Paste the full error output (if available). N/A ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 22:58:19 +03:00
Author
Owner

@MickLesk commented on GitHub (Jun 7, 2025):

You mean Special for config File ?

@MickLesk commented on GitHub (Jun 7, 2025): You mean Special for config File ?
Author
Owner

@spacegoret commented on GitHub (Jun 7, 2025):

yes, the issue is in the write_config() function which writes the configuration file in the /opt/community-scripts/ folder

@spacegoret commented on GitHub (Jun 7, 2025): yes, the issue is in the write_config() function which writes the configuration file in the /opt/community-scripts/ folder
Author
Owner

@MickLesk commented on GitHub (Jun 7, 2025):

@michelroegl-brunner

@MickLesk commented on GitHub (Jun 7, 2025): @michelroegl-brunner
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1081