OpenHAB update script inconsistent with install script #1981

Closed
opened 2026-02-05 03:11:31 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @kswtch on GitHub (Nov 11, 2025).

Have you read and understood the above guidelines?

yes

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

openHAB

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

9.0.11

📝 Provide a clear and concise description of the issue.

After installing OpenHAB wih the openhab-install.sh script the update script won't run and quits with "✖ No openHAB Installation Found!"

🔄 Steps to reproduce the issue.

Install OpenHAB LXC using the openhab-install script. Atfer successfull install use the "update" command or the command: bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openhab.sh)"

Paste the full error output (if available).

✖ No openHAB Installation Found!

🖼️ Additional context (optional).

The update script (https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openhab.sh) checks for /etc/apt/sources.list.d/openhab.list and exits if the file does not exist. The install script at (https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/openhab-install.sh) never creates the file. It creates /etc/apt/sources.list.d/openhab.sources. The update script is always going to fail this way.

Suggestion:

The update script should not check for openhab.list but openhab.sources instead.

Originally created by @kswtch on GitHub (Nov 11, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? openHAB ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openhab.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 9.0.11 ### 📝 Provide a clear and concise description of the issue. After installing OpenHAB wih the openhab-install.sh script the update script won't run and quits with "✖ No openHAB Installation Found!" ### 🔄 Steps to reproduce the issue. Install OpenHAB LXC using the openhab-install script. Atfer successfull install use the "update" command or the command: _bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openhab.sh)"_ ### ❌ Paste the full error output (if available). ✖ No openHAB Installation Found! ### 🖼️ Additional context (optional). The update script (_https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openhab.sh_) checks for **/etc/apt/sources.list.d/openhab.list** and exits if the file does not exist. The install script at (_https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/openhab-install.sh_) never creates the file. It creates **/etc/apt/sources.list.d/openhab.sources**. The update script is always going to fail this way. ### Suggestion: The update script should not check for **openhab.list** but **openhab.sources** instead.
OVERLORD added the bug label 2026-02-05 03:11:31 +03:00
Author
Owner

@MickLesk commented on GitHub (Nov 11, 2025):

fixed with #9060

@MickLesk commented on GitHub (Nov 11, 2025): fixed with #9060
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1981