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:
@@ -99,7 +99,7 @@ if ! flock -x -n 127; then
|
|||||||
exit "${ERR_FLOCK_COLLISION}"
|
exit "${ERR_FLOCK_COLLISION}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### PRE SCAN FOR DEBUG MODE
|
### SCAN FOR DEBUG MODE
|
||||||
pre_scan_debug "$@"
|
pre_scan_debug "$@"
|
||||||
|
|
||||||
### CHECK FOR AUTO INSTALL MODE
|
### CHECK FOR AUTO INSTALL MODE
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ guard_sourcing
|
|||||||
# None
|
# None
|
||||||
#######################################
|
#######################################
|
||||||
check_pkgs() {
|
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.
|
# TODO: Only activate in case CISS.debian.live.builder does not include the following packages as per default.
|
||||||
### Define HashMap: command -> package
|
### Define HashMap: command -> package
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ pre_scan_debug() {
|
|||||||
*)
|
*)
|
||||||
arg_mismatch "Invalid debug option: '${args[j]}'." ;;
|
arg_mismatch "Invalid debug option: '${args[j]}'." ;;
|
||||||
esac
|
esac
|
||||||
(( dbg_count++ ))
|
dbg_count=$(( dbg_count + 1 ))
|
||||||
done
|
done
|
||||||
|
|
||||||
if (( dbg_count == 0 )); then arg_mismatch "--debug MUST NOT be empty."; fi
|
if (( dbg_count == 0 )); then arg_mismatch "--debug MUST NOT be empty."; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user