mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-01 09:38:28 +02:00
$? has an exitcode of the previous if then fi statement, use exit $ret
This commit is contained in:
@ -12990,5 +12990,5 @@ lets_roll() {
|
||||
#}
|
||||
|
||||
#main
|
||||
exit $?
|
||||
exit $ret
|
||||
|
||||
|
Reference in New Issue
Block a user