diff --git a/client/proxmark3.c b/client/proxmark3.c index b920dfbeb..a55023c6d 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