-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
omada
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/omada.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.
If i try to update via
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/omada.sh)"
i get
βοΈ Updated MongoDB to 7.0
βοΈ Azul Zulu Java 21 already installed
βοΈ Updated Omada Controller
/dev/fd/63: line 1060: CT_TYPE: unbound variable
and the script stops.
this also happens if i use the update command within the console
π Steps to reproduce the issue.
within proxmox select the vm and with in console execute:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/omada.sh)"
or execute:
update
β Paste the full error output (if available).
βοΈ Updated MongoDB to 7.0
βοΈ Azul Zulu Java 21 already installed
βοΈ Updated Omada Controller
/dev/fd/63: line 1060: CT_TYPE: unbound variable
πΌοΈ Additional context (optional).
No response