Changed path to remove extra EVENTS dir.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2258 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2007-12-17 14:14:47 +00:00
parent b3cdbb73a6
commit f0e172fd38
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ do
aud_print( "Filesystem monitor '$fs_monitor' does not exist in database" ); aud_print( "Filesystem monitor '$fs_monitor' does not exist in database" );
if ( confirm() ) if ( confirm() )
{ {
my $command = "rm -rf ".EVENT_PATH."/$fs_monitor"; my $command = "rm -rf $fs_monitor";
executeShellCommand( $command ); executeShellCommand( $command );
} }
} }