diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/backupninja.conf.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/backupninja.conf.erb b/templates/backupninja.conf.erb index 16579ab..fb2a8be 100644 --- a/templates/backupninja.conf.erb +++ b/templates/backupninja.conf.erb @@ -11,4 +11,5 @@ reportwarning = <%= reportwarning ? 'yes' : 'no' %> logfile = <%= logfile %> configdirectory = <%= configdir %> scriptdirectory = <%= scriptdir %> +libdirectory = <%= libdir %> usecolors = <%= usecolors ? 'yes' : 'no' %> |