mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-03 06:22:53 +02:00
moving changes to different architectures
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
echo "Checking avahi-daemon installation state..."
|
||||
|
||||
if [ -f /usr/sbin/avahi-daemon ]
|
||||
if [ -e /usr/sbin/avahi-daemon ] && [ -e /var/run/dbus ]
|
||||
then
|
||||
echo "Avahi is already installed..."
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user