Update setup_avahi.sh

This commit is contained in:
Andre
2019-11-25 17:55:56 +01:00
committed by GitHub
parent e23b646270
commit 983b16d461

View File

@@ -2,7 +2,7 @@
echo "Checking avahi-daemon installation state..."
if [ -f /usr/sbin/avahi-daemon ] && [ -f /var/run/dbus ]
if [ -e /usr/sbin/avahi-daemon ] && [ -e /var/run/dbus ]
then
echo "Avahi is already installed..."
else