[GH-ISSUE #9056] OpenHAB update script inconsistent with install script #1978

Closed
opened 2026-02-26 12:50:53 +03:00 by kerem · 1 comment
Owner

Originally created by @kswtch on GitHub (Nov 11, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/9056

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). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/9056 ### ✅ 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.
kerem 2026-02-26 12:50:53 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

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

fixed with #9060

<!-- gh-comment-id:3517428582 --> @MickLesk commented on GitHub (Nov 11, 2025): fixed with #9060
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#1978
No description provided.