V8.13.404.2025.11.10
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m2s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m2s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -98,6 +98,7 @@ extract_nuke_hash() {
|
||||
|
||||
for ARG in ${CMDLINE}; do
|
||||
|
||||
# shellcheck disable=SC2249
|
||||
case "${ARG,,}" in
|
||||
|
||||
nuke=*)
|
||||
@@ -397,9 +398,10 @@ verify_script() {
|
||||
|
||||
color_echo "${MAG}" "🔢 Recomputing Hash: [${item}]"
|
||||
|
||||
declare _=""
|
||||
# shellcheck disable=SC2312
|
||||
read -r computed _ < <("${cmd}" "${dir}/${script}")
|
||||
read -r expected < "${hashfile}"
|
||||
read -r expected _ < "${hashfile}"
|
||||
|
||||
if [[ "${computed}" != "${expected}" ]]; then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user