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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-07 22:30:50 +02:00
parent e7f3082327
commit 95a7f618e8
6 changed files with 16 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ guard_sourcing
# None
#######################################
guard_dir() {
declare mod="${BASH_SOURCE[0]##*/}"; mod="${mod%%_*}()"
declare mod="${BASH_SOURCE[1]##*/}"; mod="${mod%%_*}()"
# shellcheck disable=SC2164
cd "${VAR_SETUP_PATH}"
do_log "info" "file_only" "${mod} Finished successfully."