summaryrefslogtreecommitdiffstats
path: root/src/install.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-16 22:42:55 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-16 22:42:55 (EDT)
commiteeb4d9b69d3cedba1e7ff965301a5056822b5fcf (patch)
treef39303d1c48c82a56050e627496b4c1891ed337d /src/install.sh
parent63dcb123912fbfaede4e118747fea2bc1d4ac1c4 (diff)
install_find_pkgs(): Fix line continuation
Diffstat (limited to 'src/install.sh')
-rw-r--r--src/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.sh b/src/install.sh
index 400fd3b..9777259 100644
--- a/src/install.sh
+++ b/src/install.sh
@@ -147,7 +147,7 @@ install_find_pkgs()
# make opkg-cert download and verify the actual certificate.
mkdir -p "${root}/etc/opkg/keys/"
root_key="$(profile_get_root_key)"
- printf '%s\n' "${root_key}"
+ printf '%s\n' "${root_key}" \
>"${root}/etc/opkg/keys/$(_usign_fingerprint \
"${root_key}").root"
if ! fopen "${root}/etc/opkg/keys/temp.cert"; then