mirror of
https://github.com/JRGTH/xigmanas-bastille-extension.git
synced 2025-12-11 01:10:57 +01:00
Add help support section for useful commands
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;;
|
||||
|
||||
Reference in New Issue
Block a user