From dbb392c212a7ba55e0738cad34ce6c2337dcebca Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 22 Oct 2017 11:07:37 +0200 Subject: [PATCH] chg: ...NOT showing banner.. before it was enforcing it :) --- client/proxmark3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/proxmark3.c b/client/proxmark3.c index 258870382..b920dfbeb 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -437,7 +437,7 @@ int main(int argc, char* argv[]) { // ascii art doesn't work well on mingw :( bool stdinOnPipe = !isatty(STDIN_FILENO); - if ( executeCommand || script_cmds_file || stdinOnPipe ) + if ( !executeCommand || !script_cmds_file || !stdinOnPipe ) showBanner(); #endif