V8.13.544.2025.12.05
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -80,7 +80,7 @@ preallocate "${LUKSFS}" "${VAR_LUKSFS_SIZE}"
|
||||
|
||||
exec {KEYFD}<"${VAR_TMP_SECRET}/luks.txt"
|
||||
|
||||
if [[ "${VAR_GITEA_RUNNER}" == "false" ]]; then
|
||||
if [[ "${VAR_CDLB_INSIDE_RUNNER}" == "false" ]]; then
|
||||
|
||||
cryptsetup luksFormat \
|
||||
--batch-mode \
|
||||
@@ -99,7 +99,7 @@ if [[ "${VAR_GITEA_RUNNER}" == "false" ]]; then
|
||||
--verbose \
|
||||
"${LUKSFS}"
|
||||
|
||||
elif [[ "${VAR_GITEA_RUNNER}" == "true" ]]; then
|
||||
elif [[ "${VAR_CDLB_INSIDE_RUNNER}" == "true" ]]; then
|
||||
|
||||
cryptsetup luksFormat \
|
||||
--batch-mode \
|
||||
|
||||
Reference in New Issue
Block a user