From e8dd3e2300f0ea184535d55d8b5edcf673c268f8 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Fri, 25 Oct 2013 16:44:15 +0200 Subject: [PATCH] switched off beeping --- web/cts_gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.43.0