From f3905b5fa466204160b7a64ae1d723afd7f0eea6 Mon Sep 17 00:00:00 2001 From: Maps Date: Thu, 22 Aug 2019 18:15:13 +0200 Subject: [PATCH] =?utf8?q?run.pl=20=E2=86=92=20show=20stderr=20output,=20t?= =?utf8?q?oo?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tools/run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run.pl b/tools/run.pl index fbb06cf..20cac30 100755 --- a/tools/run.pl +++ b/tools/run.pl @@ -92,7 +92,7 @@ unless(-e $picPath) { my $dummy; print_exec "date"; -print_exec "./init_setup.pl $setupFile $systemFile"; +print_exec "./init_setup.pl $setupFile $systemFile 2>&1"; unless($q->param('startupOnly') eq 'true'){ -- 2.43.0