From 6a437e6d5854c5243cd04a68ff37e35ea1d1c73a Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 8 May 2020 00:19:32 -0400 Subject: [PATCH] Minor cosmetic changes --- CHANGELOG | 1 + conf/bastille.conf.ext | 2 +- gui/bastille_manager_util.php | 2 +- version | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 659d905..a9ffbc3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ====================== Version Description +1.0.45......Minor cosmetic changes. 1.0.44......Plugin/template icons code changes. 1.0.43......Add Swedish translation, thanks to Anders Malm. 1.0.42......Update to new simplified bastille config, obsolete code cleanup. diff --git a/conf/bastille.conf.ext b/conf/bastille.conf.ext index 9ff793e..207705b 100644 --- a/conf/bastille.conf.ext +++ b/conf/bastille.conf.ext @@ -1,5 +1,5 @@ bastille_prefix="/usr/local/bastille" -bastille_backupsdir=${bastille_prefix}/backups +bastille_backupsdir="${bastille_prefix}/backups" bastille_cachedir="${bastille_prefix}/cache" bastille_jailsdir="${bastille_prefix}/jails" bastille_logsdir="${bastille_prefix}/logs" diff --git a/gui/bastille_manager_util.php b/gui/bastille_manager_util.php index 6ccb9c8..b16cb62 100644 --- a/gui/bastille_manager_util.php +++ b/gui/bastille_manager_util.php @@ -467,7 +467,7 @@ $document->render(); html_filechooser("source_path", gtext("Source Data Directory"), $pconfig['source_path'], gtext("Source data directory to be shared, full path here."), $source_path, false, 60); html_filechooser("target_path", gtext("Target Data Directory"), $pconfig['target_path'], gtext("Target data directory to be mapped, full path to jail here."), $target_path, false, 60); html_checkbox2("path_check", gettext("Source/Target path check"),!empty($pconfig['path_check']) ? true : false, gettext("If this option is selected no examination of the source/target directory paths will be performed."), "".gettext("Please use this option only if you know what you are doing here!")."", false); - html_checkbox2('advanced',gettext('Advanced jail configuration Files'),!empty($pconfig['advanced']) ? true : false,gettext('I want to edit the jail files manually.'),'',true); + html_checkbox2('advanced',gettext('Advanced jail configuration Files'),!empty($pconfig['advanced']) ? true : false,gettext('I want to edit the jail files manually, Warning: It is recommended to stop the jail before config edit to prevent issues.'),'',true); html_checkbox2('readonly',gettext('Read-Only Mode'),!empty($pconfig['readonly']) ? true : false,gettext('Set target directory in Read-Only mode.'),'',true); html_checkbox2('automount',gettext('Auto-mount Nullfs'),!empty($pconfig['automount']) ? true : false,gettext('Auto-mount the nullfs mountpoint if the container is already running.'),'',true); html_checkbox2('createdir',gettext('Create Target Directory'),!empty($pconfig['createdir']) ? true : true,gettext('Create target directory if missing (recommended).'),'',true); diff --git a/version b/version index 6ae122f..2fec751 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.44 +1.0.45