Use the ZM_FONTDIR substitution instead of hardcoding a path

This commit is contained in:
Isaac Connor 2020-12-01 09:21:54 -05:00
parent 7326af95a9
commit d1c3864778
1 changed files with 1 additions and 1 deletions

View File

@ -3782,7 +3782,7 @@ our @options = (
},
{
name => 'ZM_FONT_FILE_LOCATION',
default => '/zoneminder/fonts/default.zmfnt',
default => '@ZM_FONTDIR@/default.zmfnt',
description => 'Font file location',
help => 'This font is used for timestamp labels.',
type => $types{string},