-
-
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?
Matterbridge
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/matterbridge.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
No response
π Provide a clear and concise description of the issue.
Today I discovered that the install script for Matterbridge will fail if you use the config file option, because the section "activate fuse" is not automatically questioned after the automatic config of the "default" options of the installer script.
error:
dev/fd/63: line 1076: ENABLE_FUSE: unbound variable
π Steps to reproduce the issue.
- Paste
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/matterbridge.sh)"into Proxmox CLI - Select
4 use config file - start install
- error
dev/fd/63: line 1076: ENABLE_FUSE: unbound variable
β Paste the full error output (if available).
x = REDACTED
/ |/ /___ / // /____ / / ()/ / ____
/ /|/ / __ / __/ __/ _ \/ ___/ __ \/ ___/ / __ / __ / _
/ / / / // / // // / / / // / / / / // / // / __/
// //_,/_/__/_// /.// //_,/__, /__/
/____/
π‘ Using Config File on node pve
π‘ Using config File: /opt/community-scripts/.settings
π Container ID: 113
π¦ Container Type: Unprivileged
π Root Password: *********************
π Hostname: matterbridge
πΎ Disk Size: 4 GB
π§ CPU Cores: 1
π οΈ RAM Size: 1024 MiB
π Bridge: vmbr0
βοΈ Using free IP Address: xx.xx.xx.52/24
π Gateway IP Address: xx.xx.xx.1
π‘ APT-CACHER IP Address: xxxxxx.proxy
π« Disable IPv6: No
βοΈ Interface MTU Size: Default
π DNS Search Domain: Host
π‘ DNS Server IP Address: Host
π·οΈ Vlan: 100
π‘ Tags: ProductionUser-LAN;matter;smarthome
π Root SSH Access: no
π Verbose Mode: no
π Creating a Matterbridge LXC using the above settings
/dev/fd/63: line 1076: ENABLE_FUSE: unbound variable
πΌοΈ Additional context (optional).
No response