home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e538766
)
Fix.
author
Christian Heller
<c.heller@plomlompom.de>
Fri, 18 Apr 2025 06:48:34 +0000
(06:48 +0000)
committer
Christian Heller
<c.heller@plomlompom.de>
Fri, 18 Apr 2025 06:48:34 +0000
(06:48 +0000)
testing/scripts/lib/mount_secrets
patch
|
blob
|
history
diff --git
a/testing/scripts/lib/mount_secrets
b/testing/scripts/lib/mount_secrets
index 8b609b6107d20f89d25e2b7a57b1211622740efe..624e4a313c42edfa31deb33890d5fcbce789a019 100644
(file)
--- a/
testing/scripts/lib/mount_secrets
+++ b/
testing/scripts/lib/mount_secrets
@@
-5,7
+5,7
@@
. lib/retry_until
mount_secrets() {
- expect_n_
n_
args 1 1 "(device name, e.g. 'sda')" $@
+ expect_n_args 1 1 "(device name, e.g. 'sda')" $@
SECRETS_DEV=$1
if [ -z "${SECRETS_DEV}" ]; then
abort "Aborting due to empty device argument."