From: Jan Michel Date: Fri, 25 Oct 2013 14:44:15 +0000 (+0200) Subject: switched off beeping X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=e8dd3e2300f0ea184535d55d8b5edcf673c268f8;p=daqtools.git switched off beeping --- diff --git a/web/cts_gui b/web/cts_gui index c5b3e86..33c29be 100755 --- a/web/cts_gui +++ b/web/cts_gui @@ -34,7 +34,7 @@ sub execServerAndMonitor { print "\n\n\nIf you willingly killed the monitoring script press CTRL+C again! \n\n\n\n\n\n\n\n\n"; for(my $i=5; $i; $i--) { - print "\n Monitor will restart in $i second(s)\a"; + print "\n Monitor will restart in $i second(s)"; sleep 1; } }