From 5f8096819df6b8256a3fa8e4693b9c4ba1894a8f Mon Sep 17 00:00:00 2001 From: JRGTH Date: Thu, 14 Jul 2022 22:08:07 -0400 Subject: [PATCH] Add help support section for useful commands --- CHANGELOG | 1 + bastille-init | 6 +++++- version | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6e54a31..59218b5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ====================== Version Description +1.1.16......Add help support section for useful commands. 1.1.15......Add required files from FreeBSD 13.1 base release, update config. 1.1.14......Automatically deal with spaces on the fstab utility. 1.1.13......Cosmetic changes, add note about space escaping in fstab. diff --git a/bastille-init b/bastille-init index fb37cdf..0898f62 100755 --- a/bastille-init +++ b/bastille-init @@ -1402,10 +1402,14 @@ while getopts ":ospruxUvgtZh" option; do echo " install|--install Finish installing pending updates on container/release." echo " clean|--clean Cleanup the FreeBSD update/upgrade cached files/folders." echo "" - echo"" + echo "" echo "Experimental:" echo "To enable experimental Linux jail support please execute: \"${SCRIPTNAME} linux_compat\"" echo "To disable experimental Linux jail support please execute: \"${SCRIPTNAME} linux_compat_disable\"" + echo "" + echo "" + echo "Support:" + echo "To update BastilleBSD core files only to the latest patches and fixes, please execute: \"${SCRIPTNAME} bastillebsd_update\"" echo ""; exit 0;; [o]) OBI_INSTALL="ON";; # To prevent nested PHP-CGI call for installation with OBI. [s]) bastille_start;; diff --git a/version b/version index 645377e..63b283b 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.1.15 +1.1.16