zma restarted on mode change, zmwatch not restarted
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@688 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
407f090862
commit
ddb417769b
|
@ -144,7 +144,7 @@ if ( $action )
|
|||
|
||||
$monitor['Function'] = $new_function;
|
||||
zmcControl( $monitor, true );
|
||||
zmaControl( $monitor );
|
||||
zmaControl( $monitor, true );
|
||||
$refresh_parent = true;
|
||||
}
|
||||
}
|
||||
|
@ -302,7 +302,7 @@ if ( $action )
|
|||
fixDevices();
|
||||
zmcControl( $monitor, true );
|
||||
zmaControl( $monitor, true );
|
||||
daemonControl( 'restart', 'zmwatch.pl' );
|
||||
//daemonControl( 'restart', 'zmwatch.pl' );
|
||||
$refresh_parent = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue