V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 39s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 39s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -20,7 +20,7 @@ guard_sourcing
|
||||
# None
|
||||
#######################################
|
||||
check_pkgs() {
|
||||
apt-get update -y > /dev/null 2>&1
|
||||
apt-get update -y #> /dev/null 2>&1
|
||||
|
||||
# TODO: Only activate in case CISS.debian.live.builder does not include the following packages as per default.
|
||||
### Define HashMap: command -> package
|
||||
|
||||
@@ -53,7 +53,7 @@ pre_scan_debug() {
|
||||
*)
|
||||
arg_mismatch "Invalid debug option: '${args[j]}'." ;;
|
||||
esac
|
||||
(( dbg_count++ ))
|
||||
dbg_count=$(( dbg_count + 1 ))
|
||||
done
|
||||
|
||||
if (( dbg_count == 0 )); then arg_mismatch "--debug MUST NOT be empty."; fi
|
||||
|
||||
Reference in New Issue
Block a user