]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
vdr: Fix path to readhash.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 18 Apr 2013 12:23:42 +0000 (14:23 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 18 Apr 2013 12:23:42 +0000 (14:23 +0200)
src/paks/vdr/install.sh

index c9b2a7351e3ba2852bdfdceb1227d1edca6748f3..ebcd50ff6b94c67cda7a46680cc3bd21b91b0cc0 100644 (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