From b3c0c61cfdf49b306c4e8d4afd260f53efb08d54 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 6 Feb 2011 11:32:02 +0100 Subject: [PATCH] disable debug --- bin/BackupPC_ASA_BurnArchiveMedia | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/BackupPC_ASA_BurnArchiveMedia b/bin/BackupPC_ASA_BurnArchiveMedia index 2643918..912e00f 100755 --- a/bin/BackupPC_ASA_BurnArchiveMedia +++ b/bin/BackupPC_ASA_BurnArchiveMedia @@ -15,7 +15,7 @@ use File::Path; use Cwd qw/abs_path/; use Data::Dumper; -my $debug = $ENV{DEBUG} || 1; +my $debug = $ENV{DEBUG} || 0; # set this to 1 to prompt for DVD removal for each selected item. my $prompt_for_delete = shift @ARGV; $|=1; -- 2.20.1