change default Storage location to /var/cache/zoneminder/events
This commit is contained in:
parent
f511af6b89
commit
a95fea4bef
|
@ -572,7 +572,7 @@ CREATE TABLE `Storage` (
|
|||
--
|
||||
-- Create a default storage location
|
||||
--
|
||||
insert into Storage VALUES (NULL, '/var/lib/zoneminder/events', 'Default' );
|
||||
insert into Storage VALUES (NULL, '/var/cache/zoneminder/events', 'Default' );
|
||||
|
||||
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
|
||||
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
|
||||
|
|
Loading…
Reference in New Issue