Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tools
development-tools
manjaro-tools
Commits
8b52d158
Commit
8b52d158
authored
Feb 16, 2017
by
udeved
Browse files
util-iso-boot: fix key file removal
parent
a287430c
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/util-iso-boot.sh
View file @
8b52d158
...
...
@@ -58,7 +58,9 @@ prepare_initramfs(){
if
[[
-n
${
gpgkey
}
]]
;
then
exec
17<&-
fi
[[
-f
${
USERCONFDIR
}
/gpgkey
]]
&&
rm
${
USERCONFDIR
}
/gpgkey
if
[[
-f
${
USERCONFDIR
}
/gpgkey
]]
;
then
rm
${
USERCONFDIR
}
/gpgkey
fi
}
prepare_boot_extras
(){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment