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