change default Storage location to /var/cache/zoneminder/events

This commit is contained in:
Isaac Connor 2017-02-14 11:29:20 -05:00
parent f511af6b89
commit a95fea4bef
1 changed files with 1 additions and 1 deletions

View File

@ -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 */;