Add help support section for useful commands

This commit is contained in:
JRGTH
2022-07-14 22:08:07 -04:00
parent 439bc59e52
commit 5f8096819d
3 changed files with 7 additions and 2 deletions

View File

@@ -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.

View File

@@ -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;;

View File

@@ -1 +1 @@
1.1.15
1.1.16