mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-07 17:20:57 +01:00
Merge pull request #705 from dcooper16/read_tls_data
Don't read tls_data.txt inside function
This commit is contained in:
commit
3820e2c25c
@ -10385,8 +10385,6 @@ get_install_dir() {
|
|||||||
outln
|
outln
|
||||||
ignore_no_or_lame "Type \"yes\" to ignore this warning and proceed at your own risk" "yes"
|
ignore_no_or_lame "Type \"yes\" to ignore this warning and proceed at your own risk" "yes"
|
||||||
[[ $? -ne 0 ]] && exit -2
|
[[ $? -ne 0 ]] && exit -2
|
||||||
else
|
|
||||||
. $TLS_DATA_FILE
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -12451,6 +12449,7 @@ lets_roll() {
|
|||||||
json_header
|
json_header
|
||||||
csv_header
|
csv_header
|
||||||
get_install_dir
|
get_install_dir
|
||||||
|
[[ -r "$TLS_DATA_FILE" ]] && . $TLS_DATA_FILE
|
||||||
set_color_functions
|
set_color_functions
|
||||||
maketempf
|
maketempf
|
||||||
find_openssl_binary
|
find_openssl_binary
|
||||||
|
Loading…
Reference in New Issue
Block a user