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