mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +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
|
||||
ignore_no_or_lame "Type \"yes\" to ignore this warning and proceed at your own risk" "yes"
|
||||
[[ $? -ne 0 ]] && exit -2
|
||||
else
|
||||
. $TLS_DATA_FILE
|
||||
fi
|
||||
}
|
||||
|
||||
@ -12451,6 +12449,7 @@ lets_roll() {
|
||||
json_header
|
||||
csv_header
|
||||
get_install_dir
|
||||
[[ -r "$TLS_DATA_FILE" ]] && . $TLS_DATA_FILE
|
||||
set_color_functions
|
||||
maketempf
|
||||
find_openssl_binary
|
||||
|
Loading…
Reference in New Issue
Block a user