mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-09 00:30:06 +05:30
Update yabs.sh
This commit is contained in:
parent
5e9461ede9
commit
7b20795c01
1 changed files with 1 additions and 1 deletions
2
yabs.sh
2
yabs.sh
|
|
@ -664,7 +664,7 @@ function launch_geekbench {
|
||||||
# ensure the test ran successfully
|
# ensure the test ran successfully
|
||||||
if [ -z "$GEEKBENCH_TEST" ]; then
|
if [ -z "$GEEKBENCH_TEST" ]; then
|
||||||
if [[ ! -z "$IPV4_CHECK" ]]; then
|
if [[ ! -z "$IPV4_CHECK" ]]; then
|
||||||
# Geekbench test failed to download because host lacks IPv4 (cdn.geekbench.com = IPv4 only)
|
# Geekbench test failed to download because host lacks IPv6 (cdn.geekbench.com = IPv4 only)
|
||||||
echo -e "\r\033[0KGeekbench releases can only be downloaded over IPv4. FTP the Geekbench files and run manually."
|
echo -e "\r\033[0KGeekbench releases can only be downloaded over IPv4. FTP the Geekbench files and run manually."
|
||||||
elif [[ $ARCH != *x86* ]]; then
|
elif [[ $ARCH != *x86* ]]; then
|
||||||
# if the Geekbench test failed for any reason, exit cleanly and print error message
|
# if the Geekbench test failed for any reason, exit cleanly and print error message
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue