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:
parent
b3cdbb73a6
commit
f0e172fd38
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue