mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-11-01 14:25:26 +01: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