diff --git a/src/packages/fff/fff-hoods/files/usr/sbin/configurehood b/src/packages/fff/fff-hoods/files/usr/sbin/configurehood index 4ae1364a..2d448fca 100755 --- a/src/packages/fff/fff-hoods/files/usr/sbin/configurehood +++ b/src/packages/fff/fff-hoods/files/usr/sbin/configurehood @@ -77,6 +77,9 @@ if [ -s "$hoodfilewww" ] && isGatewayAvailable ; then fi if [ -s "$hoodfilelocal" ]; then + # remove webroot hoodfile to prevent offering local hoodfiles to neighbours + rm -f "$hoodfilewww" + cp "$hoodfilelocal" "$hoodfiletmp" echo "Use local hood file" else