From 702a0b831811a3fbe049f3e2a969b7e1e4913c2a Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 25 Apr 2020 08:43:59 -0400 Subject: [PATCH] Update config, missing quotes added --- usr/local/etc/bastille/bastille.conf.sample | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/usr/local/etc/bastille/bastille.conf.sample b/usr/local/etc/bastille/bastille.conf.sample index e91b589e..2371f5bd 100644 --- a/usr/local/etc/bastille/bastille.conf.sample +++ b/usr/local/etc/bastille/bastille.conf.sample @@ -4,12 +4,12 @@ ## default paths bastille_prefix="/usr/local/bastille" ## default: "/usr/local/bastille" -bastille_backupsdir="${bastille_prefix}/backups" ## default: ${bastille_prefix}/backups -bastille_cachedir="${bastille_prefix}/cache" ## default: ${bastille_prefix}/cache -bastille_jailsdir="${bastille_prefix}/jails" ## default: ${bastille_prefix}/jails -bastille_logsdir="${bastille_prefix}/logs" ## default: ${bastille_prefix}/logs -bastille_releasesdir="${bastille_prefix}/releases" ## default: ${bastille_prefix}/releases -bastille_templatesdir="${bastille_prefix}/templates" ## default: ${bastille_prefix}/templates +bastille_backupsdir="${bastille_prefix}/backups" ## default: "${bastille_prefix}/backups" +bastille_cachedir="${bastille_prefix}/cache" ## default: "${bastille_prefix}/cache" +bastille_jailsdir="${bastille_prefix}/jails" ## default: "${bastille_prefix}/jails" +bastille_logsdir="${bastille_prefix}/logs" ## default: "${bastille_prefix}/logs" +bastille_releasesdir="${bastille_prefix}/releases" ## default: "${bastille_prefix}/releases" +bastille_templatesdir="${bastille_prefix}/templates" ## default: "${bastille_prefix}/templates" ## bastille scripts directory (assumed by bastille pkg) bastille_sharedir="/usr/local/share/bastille" ## default: "/usr/local/share/bastille"