diff options
Diffstat (limited to 'package')
-rwxr-xr-x | package/avahi/S05avahi-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/avahi/S05avahi-setup.sh b/package/avahi/S05avahi-setup.sh index 002f0c892..f42a4d318 100755 --- a/package/avahi/S05avahi-setup.sh +++ b/package/avahi/S05avahi-setup.sh @@ -2,7 +2,7 @@ case "$1" in start|"") - if [ ! -d /tmp/avahi-autopid ]; then + if [ ! -d /tmp/avahi-autoipd ]; then rm -rf /tmp/avahi-autoipd mkdir /tmp/avahi-autoipd chown default.default /tmp/avahi-autoipd |