vdr: Fix path to readhash.

This commit is contained in:
Michael Tremer
2013-04-18 14:23:42 +02:00
parent 55afc9854f
commit 9709b03988

View File

@@ -27,7 +27,7 @@ restore_backup ${NAME}
# Automatically add the GREEN network to svdrphosts.conf
(
eval $(readhash /var/ipfire/ethernet/settings)
eval $(/usr/local/bin/readhash /var/ipfire/ethernet/settings)
if [ -n "${GREEN_NETADDRESS}" ] && [ -n "${GREEN_BROADCAST}" ]; then
echo "${GREEN_NETADDRESS}/${GREEN_BROADCAST}" >> /etc/vdr/svdrphosts.conf