From f0e172fd389a293d1485001602d9e34b430dd4f7 Mon Sep 17 00:00:00 2001 From: stan Date: Mon, 17 Dec 2007 14:14:47 +0000 Subject: [PATCH] Changed path to remove extra EVENTS dir. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2258 e3e1d417-86f3-4887-817a-d78f3d33393f --- scripts/zmaudit.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmaudit.pl b/scripts/zmaudit.pl index 23ded15c4..c60258b73 100644 --- a/scripts/zmaudit.pl +++ b/scripts/zmaudit.pl @@ -263,7 +263,7 @@ do aud_print( "Filesystem monitor '$fs_monitor' does not exist in database" ); if ( confirm() ) { - my $command = "rm -rf ".EVENT_PATH."/$fs_monitor"; + my $command = "rm -rf $fs_monitor"; executeShellCommand( $command ); } }