diff options
-rw-r--r-- | meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch b/meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch index f5342c3dd3..d5529a2a68 100644 --- a/meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch +++ b/meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch | |||
@@ -7,12 +7,12 @@ index 40c0356..bca57b3 100755 | |||
7 | # can emulate the timeout command we need: | 7 | # can emulate the timeout command we need: |
8 | # > timeout SECONDS command ... | 8 | # > timeout SECONDS command ... |
9 | -if [ $check_for_timeout -eq 1 ] | 9 | -if [ $check_for_timeout -eq 1 ] |
10 | - then | 10 | - then |
11 | - require_cmd timeout || exit 1 | 11 | - require_cmd timeout || exit 1 |
12 | -fi | 12 | -fi |
13 | +#if [ $check_for_timeout -eq 1 ] | 13 | +#if [ $check_for_timeout -eq 1 ] |
14 | +# then | 14 | +# then |
15 | +# require_cmd timeout || exit 1 | 15 | +# require_cmd timeout || exit 1 |
16 | +#fi | 16 | +#fi |
17 | 17 | ||
18 | # ----------------------------------------------------------------------------- | 18 | # ----------------------------------------------------------------------------- |