Skip to content

Commit 700d3b2

Browse files
pingerr: Make configuration recommendation header generic
Remove "FOR OPENWRT" from the recommendation header since pingerr.sh is for Linux/macOS systems, not OpenWRT (that's pingerr_ash.sh). Signed-off-by: Panchajanya1999 <kernel@panchajanya.dev>
1 parent 4a8f296 commit 700d3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pingerr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ echo ""
837837
echo -e "${YELLOW}Test completed!${NC}"
838838
echo ""
839839
echo -e "${BLUE}═══════════════════════════════════════════════════════════════════════════════════════════════════════════════${NC}"
840-
echo -e "${GREEN}CONFIGURATION RECOMMENDATION FOR OPENWRT:${NC}"
840+
echo -e "${GREEN}CONFIGURATION RECOMMENDATION:${NC}"
841841
echo ""
842842
843843
# Get top 2 best performing DNS servers

0 commit comments

Comments
 (0)