Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Knight committed Apr 22, 2019
1 parent da67c2c commit 27808a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dietpi/dietpi-config
Original file line number Diff line number Diff line change
Expand Up @@ -4375,6 +4375,7 @@ Additional benchmarks:

local min=2
local max=10
G_WHIP_DEFAULT_ITEM=$check_url_retry
G_WHIP_INPUTBOX "This setting tells DietPi how many tries to check a URL, before G_CHECK_URL assumes a dead URL link (and failure).\nIncrease this value if you have a 'flaky' connection.\n\nPlease enter a value between $min and $max."
if (( $? == 0 )) && G_CHECK_VALIDINT $G_WHIP_RETURNED_VALUE $min $max; then

Expand Down

0 comments on commit 27808a0

Please sign in to comment.