diff --git a/utils/bmx7-dnsupdate/Makefile b/utils/bmx7-dnsupdate/Makefile index c9c024ba0f..1573d257d4 100644 --- a/utils/bmx7-dnsupdate/Makefile +++ b/utils/bmx7-dnsupdate/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bmx7-dnsupdate PKG_VERSION:=0.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 include $(INCLUDE_DIR)/package.mk diff --git a/utils/bmx7-dnsupdate/files/usr/bin/bmx7-dnsupdate b/utils/bmx7-dnsupdate/files/usr/bin/bmx7-dnsupdate index 3433fe7420..2f87437a24 100755 --- a/utils/bmx7-dnsupdate/files/usr/bin/bmx7-dnsupdate +++ b/utils/bmx7-dnsupdate/files/usr/bin/bmx7-dnsupdate @@ -25,5 +25,5 @@ while true; do killall -HUP dnsmasq # block until originators changes - inotifywait -e create -e delete -q /var/run/bmx7/json/originators/ + inotifywait -e create -e delete -q /var/run/bmx7/json/originators/ || sleep 10 done