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