V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 40s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-24 19:40:24 +02:00
parent abef97b796
commit 23f20f1eee

View File

@@ -68,20 +68,21 @@ usage() {
echo " - /tmp/.ciss/log/ciss_debian_installer_$$_debug.log"
echo " - /tmp/.ciss/log/ciss_debian_installer_$$_trace.log"
echo " - /tmp/.ciss/log/ciss_debian_installer_$$_var.log"
echo -e "\e[93m Errors are always written to: \e[0m"
echo " - /tmp/.ciss/log/ciss_debian_installer_$$_error.log"
echo
echo -e "\e[97m --log, -l <LEVEL> \e[0m"
echo " This changes the default log level from 'info' to one of the following values:"
echo " 6: 'info'"
echo " 5: 'notice'"
echo " 4: 'warn'"
echo " 3: 'error'"
echo " 2: 'critical'"
echo " 1: 'fatal'"
echo " 0: 'emergency'"
echo " info"
echo " notice"
echo " warn"
echo " error"
echo " critical"
echo " fatal"
echo " emergency"
echo " Defaults to 'info'."
echo -e "\e[93m The installation log is written to: \e[0m"
echo " - /tmp/ciss_debian_installer_$$_install.log"
echo " - /tmp/.ciss/log/ciss_debian_installer_$$_install.log"
echo -e "\e[93m Errors are always written to: \e[0m"
echo " - /tmp/.ciss/log/ciss_debian_installer_$$_error.log"
echo
echo -e "\e[97m --renice-priority <PRIORITY> \e[0m"
echo " Reset the nice priority value of the script and all its children"