Closed GinjaChris closed 8 years ago
the 59 second interval between sending each header is too high. It should be user-configurable with a default random interval of between 5 and 15 seconds:
INTERVAL=$((RANDOM % 11 + 5))
Fixed in https://github.com/GinjaChris/pentmenu/commit/36f4da7e93815de6247b27e0e6c6b70fbf46c74f
the 59 second interval between sending each header is too high. It should be user-configurable with a default random interval of between 5 and 15 seconds:
INTERVAL=$((RANDOM % 11 + 5))