fixing avahi setup

This commit is contained in:
Andre
2019-11-11 14:50:27 +01:00
committed by GitHub
parent 2175f9a4fa
commit 64a6c35865

View File

@@ -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