]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
switched off beeping
authorJan Michel <j.michel@gsi.de>
Fri, 25 Oct 2013 14:44:15 +0000 (16:44 +0200)
committerJan Michel <j.michel@gsi.de>
Fri, 25 Oct 2013 14:44:20 +0000 (16:44 +0200)
web/cts_gui

index c5b3e86357125e2e6a0031bf7c568f9c838a7622..33c29befb134b2b570aec4b9e9cb5e714b218423 100755 (executable)
@@ -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;
       }
    }