mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-23 21:25:33 +02:00
fixing avahi setup
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
echo "Checking avahi-daemon installation state..."
|
||||
|
||||
if [ -f /usr/sbin/avahi-daemon ]
|
||||
if [ -f /usr/sbin/avahi-daemon ] && [ -f /var/run/dbus ]
|
||||
then
|
||||
echo "Avahi is already installed..."
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user