1
0
mirror of https://github.com/freifunk-gluon/packages.git synced 2024-06-18 05:03:58 +02:00
gluon-packages/gluon/gluon-core/files/lib/gluon/upgrade/core/0.3.2/011-update-avahi-daemon-conf

7 lines
188 B
Plaintext
Raw Normal View History

#!/bin/sh
if [ "$(md5sum /etc/avahi/avahi-daemon.conf | cut -d ' ' -f 1)" = e63b3d69311b496c0a06555ea04bc20b ]; then
cp /rom/etc/avahi/avahi-daemon.conf /etc/avahi/avahi-daemon.conf
fi