From a95fea4bef686ac174dacf291229f6d5910a7b95 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 14 Feb 2017 11:29:20 -0500 Subject: [PATCH] change default Storage location to /var/cache/zoneminder/events --- db/zm_create.sql.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/zm_create.sql.in b/db/zm_create.sql.in index 039ca7524..eb081d1f0 100644 --- a/db/zm_create.sql.in +++ b/db/zm_create.sql.in @@ -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 */;