mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-04 02:58: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
|
#main
|
||||||
exit $?
|
exit $ret
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user