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
+1
View File
@@ -3,6 +3,7 @@
====================== ======================
Version Description 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.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.14......Automatically deal with spaces on the fstab utility.
1.1.13......Cosmetic changes, add note about space escaping in fstab. 1.1.13......Cosmetic changes, add note about space escaping in fstab.
+4
View File
@@ -1406,6 +1406,10 @@ while getopts ":ospruxUvgtZh" option; do
echo "Experimental:" echo "Experimental:"
echo "To enable experimental Linux jail support please execute: \"${SCRIPTNAME} linux_compat\"" 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 "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;; echo ""; exit 0;;
[o]) OBI_INSTALL="ON";; # To prevent nested PHP-CGI call for installation with OBI. [o]) OBI_INSTALL="ON";; # To prevent nested PHP-CGI call for installation with OBI.
[s]) bastille_start;; [s]) bastille_start;;
+1 -1
View File
@@ -1 +1 @@
1.1.15 1.1.16