mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
chore: added quotes
This commit is contained in:
parent
80b7f25ed1
commit
afdc7f51ad
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ then
|
|||
popd > /dev/null
|
||||
fi
|
||||
|
||||
if [ -f ${PWD}/../sb_pubkey.der ]
|
||||
if [ -f "${PWD}/../sb_pubkey.der" ]
|
||||
then
|
||||
echo "-map ${PWD}/../sb_pubkey.der sb_pubkey.der"
|
||||
echo "-chmod 0444 /sb_pubkey.der"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue