From 00d709d63304f78bb6ffc5df73bd09fee7112cc1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 28 Dec 2021 06:25:54 +0100 Subject: [PATCH] Update 00-aaa_proxmox.sh --- qbittorrent/rootfs/etc/cont-init.d/00-aaa_proxmox.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/00-aaa_proxmox.sh b/qbittorrent/rootfs/etc/cont-init.d/00-aaa_proxmox.sh index f33aa0439..8328f32fd 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/00-aaa_proxmox.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/00-aaa_proxmox.sh @@ -10,7 +10,5 @@ if [ $TZ = "test" ]; then ./test.sh fi echo "... launching specific test" - AVAHI_CONFIG='/etc/avahi/avahi-daemon.conf - hostname=hassio - sed -i "s/host-name=.*/host-name=${hostname}/" "${AVAHI_CONFIG}" + cat /etc/hosts fi