V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 41s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 41s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
guard_sourcing
|
||||
|
||||
### Definition of MUST set early variables.
|
||||
|
||||
declare -grx VAR_CONTACT="security@coresecret.eu"
|
||||
declare -grx VAR_VERSION="Master V8.00.000.2025.06.17"
|
||||
# shellcheck disable=SC2155
|
||||
|
||||
@@ -22,11 +22,7 @@ declare -grx VAR_KERNEL_TMP=$(mktemp var_kernel_tmp.XXXXXXXX)
|
||||
declare -grx VAR_KERNEL_SRT=$(mktemp var_kernel_srt.XXXXXXXX)
|
||||
# shellcheck disable=SC2155
|
||||
declare -grx VAR_NOTES=$(mktemp var_notes.XXXXXXXX)
|
||||
declare -grx VAR_SETUP_FILE="${0##*/}" # 'setup.sh'
|
||||
# shellcheck disable=SC2155
|
||||
declare -grx VAR_SETUP_PATH="$(cd "$(dirname "${0}")" && pwd)" # '/opt/git/CISS.debian.installer'
|
||||
# shellcheck disable=SC2155
|
||||
declare -grx VAR_SETUP_FULL="$(cd "$(dirname "${0}")" && pwd)/${0##*/}" # '/opt/git/CISS.debian.installer/setup.sh'
|
||||
|
||||
|
||||
### Initialize variables of different directories.
|
||||
declare -grx DIR_BAK="/tmp/.ciss/backup"
|
||||
|
||||
Reference in New Issue
Block a user